Skip to content

Commit

Permalink
upgrade to v 0.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
basicavisual committed Jan 11, 2024
1 parent 0383c30 commit 07b4fa0
Show file tree
Hide file tree
Showing 7 changed files with 2,270 additions and 289 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "0.27.5"
# Decidim-specific gems
gem "decidim", "0.27.4"
gem "decidim", DECIDIM_VERSION
# gem "decidim-conferences", "0.27.2"
# gem "decidim-consultations", "0.27.2"
# gem "decidim-elections", "0.27.2"
Expand All @@ -24,7 +25,7 @@ group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "brakeman"
gem "decidim-dev", "0.27.4"
gem "decidim-dev", DECIDIM_VERSION
end

group :development do
Expand Down
Loading

0 comments on commit 07b4fa0

Please sign in to comment.