Skip to content

Commit

Permalink
Merge pull request #595 from codeforjapan/update-0-27-5
Browse files Browse the repository at this point in the history
Update decidim v0.27.5
  • Loading branch information
ayuki-joto authored Mar 19, 2024
2 parents 5579362 + b131005 commit 463a59c
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 206 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.27.4"
gem "decidim", "0.27.5"

gem "decidim-decidim_awesome", git: "https://github.com/codeforjapan/decidim-module-decidim_awesome.git", branch: "v0.9.3-2023-08-31"

gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-module-term_customizer.git", branch: "027-ja"

gem "decidim-navigation_maps", git: "https://github.com/codeforjapan/decidim-module-navigation_maps.git", branch: "v1.3.4-2024-01-28"
gem "decidim-polis", git: "https://github.com/codeforjapan/decidim-polis.git", branch: "update-0-27-4"
gem "decidim-polis", git: "https://github.com/codeforjapan/decidim-polis.git", branch: "update-0-27-5"

gem "bootsnap"

Expand Down Expand Up @@ -39,7 +39,7 @@ group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "figaro"

gem "decidim-dev", "0.27.4"
gem "decidim-dev", "0.27.5"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "rspec-rails"
Expand Down
Loading

0 comments on commit 463a59c

Please sign in to comment.