Skip to content

Commit

Permalink
be tolerant with decidim versions
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Sep 26, 2023
1 parent 11b3b9f commit 1595a2f
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 235 deletions.
3 changes: 1 addition & 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

DECIDIM_VERSION = "0.27.1"
DECIDIM_VERSION = "0.27.4"

gem "decidim", DECIDIM_VERSION
gem "decidim-vocdoni", path: "."
Expand All @@ -20,7 +20,6 @@ group :development, :test do
end

group :development do
gem "i18n-tasks", "~> 0.9.37"
gem "letter_opener_web", "~> 2.0"
gem "listen", "~> 3.1"
gem "rubocop-faker", "~> 1.1"
Expand Down
Loading

0 comments on commit 1595a2f

Please sign in to comment.