Skip to content

Commit

Permalink
Merge pull request #8 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 ee3a974 + e1b3f02 commit 79a833a
Show file tree
Hide file tree
Showing 12 changed files with 329 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.7
RUBY_VERSION: 3.1.1

jobs:
lint-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 @@ -7,7 +7,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 .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ AllCops:
# If a value is specified for TargetRubyVersion then it is used.
# Else if .ruby-version exists and it contains an MRI version it is used.
# Otherwise we fallback to the oldest officially supported Ruby version (2.0).
TargetRubyVersion: 3.0.7
TargetRubyVersion: 3.1.1

# Indent private/protected/public as deep as method definitions
Layout/AccessModifierIndentation:
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.0.7 (MINOR)
- Increase minimum Decidim version to 0.28
- Downgrade Ruby version to 3.1.1

## Version 0.0.6 (MINOR)
- Increase minimum Decidim version to 0.27.6
- Downgrade Ruby version to 3.0.7
Expand Down
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ group :development, :test do
gem "bootsnap", require: true
gem "byebug"
gem "social-share-button"
# 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"
end

group :development do
gem "faker"
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "spring", "~> 2.0"
gem "spring"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console", "~> 3.5"
gem "web-console"
end
Loading

0 comments on commit 79a833a

Please sign in to comment.