Skip to content

Commit

Permalink
Merge pull request #16 from gencat/upgrade/decidim_0.28
Browse files Browse the repository at this point in the history
Upgrade to Decidim v0.28
  • Loading branch information
laurajaime authored Nov 5, 2024
2 parents ee8801a + 9ea6808 commit b896b8a
Show file tree
Hide file tree
Showing 14 changed files with 293 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.7
RUBY_VERSION: 3.1.1

jobs:
test-report:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.7
RUBY_VERSION: 3.1.1

jobs:
test-module:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.1.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Following Semantic Versioning 2.

## next version:

## Version 0.5.0 (MINOR)
- Upgrade Decidim version to 0.28
- Bump Ruby version to 3.1.1

## Version 0.4.0 (MINOR)
- DOC: Define the correct icon_path configuration value in README
- Bump Ruby version to 3.0.7
Expand Down
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ group :development, :test do
gem "byebug"
gem "decidim"
gem "decidim-dev"
gem "faker", "~> 2.19"
gem "rubocop"
gem "rubocop-rspec"
gem "faker"
# Set versions because Property AutoCorrect errors.
gem "rspec-rails", "~> 6.0.4"
gem "rubocop-factory_bot", "2.25.1"
gem "rubocop-rspec", "2.26.1"
gem "social-share-button"
end

Expand Down
Loading

0 comments on commit b896b8a

Please sign in to comment.