Skip to content

Commit

Permalink
fix: update Decidim v0.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jul 29, 2024
1 parent d7653b8 commit fdb0a31
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 256 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.27.5"
gem "decidim", "0.27.7"

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-5"
# gem "decidim-polis", git: "https://github.com/codeforjapan/decidim-polis.git", branch: "update-0-27-5"
gem "decidim-polis", git: "https://github.com/takahashim/decidim-polis.git", branch: "update-polis"

gem "bootsnap"

Expand All @@ -20,7 +21,7 @@ gem "puma_worker_killer"

gem "uglifier", "~> 4.1"

gem "faker", "~> 3.2"
gem "faker"

gem "wicked_pdf", "~> 2.1"

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

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

0 comments on commit fdb0a31

Please sign in to comment.