Skip to content

Commit

Permalink
fix: Set new decidim version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 17, 2024
1 parent 1bb44f9 commit aa6f419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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"
gem "decidim", "~> 0.27.0"
gem "decidim-spam_detection", path: "."

gem "bootsnap", "~> 1.4"
Expand All @@ -13,7 +13,7 @@ gem "puma", ">= 5.5.1"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev"
gem "decidim-dev", "~> 0.27.0"
end

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ DEPENDENCIES
bootsnap (~> 1.4)
byebug (~> 11.0)
codecov
decidim
decidim-dev
decidim (~> 0.27.0)
decidim-dev (~> 0.27.0)
decidim-spam_detection!
faker (~> 2.14)
letter_opener_web (~> 1.3)
Expand All @@ -817,4 +817,4 @@ RUBY VERSION
ruby 3.0.6p216

BUNDLED WITH
2.3.14
2.4.6

0 comments on commit aa6f419

Please sign in to comment.