Skip to content

Commit

Permalink
Decidim version is now a variable in the gemfile -- dont repeat yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Jul 24, 2024
1 parent 83b81f4 commit 1c12348
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.28.2"
DECIDIM_VERSION = "0.28.2"

gem "decidim", DECIDIM_VERSION
# gem "decidim-conferences", "0.28.1"
# gem "decidim-design", "0.28.1"
# gem "decidim-elections", "0.28.1"
Expand All @@ -24,7 +26,7 @@ group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "brakeman", "~> 5.4"
gem "decidim-dev", "0.28.2"
gem "decidim-dev", DECIDIM_VERSION
gem "mdl"
gem "net-imap", "~> 0.2.3"
gem "net-pop", "~> 0.1.1"
Expand Down

0 comments on commit 1c12348

Please sign in to comment.