Skip to content

Commit

Permalink
Merge pull request codeforjapan#620 from codeforjapan/update-decidim-…
Browse files Browse the repository at this point in the history
…v0-27-7

Update Decidim v0.27.7
  • Loading branch information
ayuki-joto authored Jul 30, 2024
2 parents bac64d8 + d989037 commit af39af5
Show file tree
Hide file tree
Showing 9 changed files with 8,223 additions and 6,438 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"

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

gem "uglifier", "~> 4.1"

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

gem "wicked_pdf", "~> 2.1"

Expand All @@ -39,7 +39,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 af39af5

Please sign in to comment.