Skip to content

Commit

Permalink
Setup dependencies for Decidim 0.24-stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Nov 4, 2021
1 parent f3ce445 commit fb1c9c7
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 117 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

DECIDIM_VERSION = "0.24.3"

source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", ">= 0.24"
gem "decidim", DECIDIM_VERSION
gem "decidim-anonymous_proposals", path: "."

gem "bootsnap", "~> 1.4"
Expand All @@ -14,7 +16,7 @@ gem "uglifier", "~> 4.1"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", ">= 0.24"
gem "decidim-dev", DECIDIM_VERSION
end

group :development do
Expand Down
Loading

0 comments on commit fb1c9c7

Please sign in to comment.