Skip to content

Commit

Permalink
Merge pull request #15 from gencat/upgrade/0.27
Browse files Browse the repository at this point in the history
Upgrade to Decidim v0.27
  • Loading branch information
laurajaime authored Aug 26, 2024
2 parents 33c32ba + 406054a commit ee8801a
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 382 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: 2.7.7
RUBY_VERSION: 3.0.7

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: 2.7.7
RUBY_VERSION: 3.0.7

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

## next version:

## Version 0.4.0 (MINOR)
- DOC: Define the correct icon_path configuration value in README
- Bump Ruby version to 3.0.7

## Version 0.3.0 (MINOR)
- Update omniauth-idcat_mobil: Send the client_id and the client_secret during the AuthToken retrieval.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ gemspec
group :development, :test do
gem "bootsnap"
gem "byebug"
gem "decidim", "~> 0.25.2"
gem "decidim-dev", "~> 0.25.2"
gem "decidim"
gem "decidim-dev"
gem "faker", "~> 2.19"
gem "rubocop"
gem "rubocop-rspec"
Expand Down
Loading

0 comments on commit ee8801a

Please sign in to comment.