Skip to content

Commit

Permalink
Upgrade to Decidim 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoleeSo13 committed Sep 28, 2023
1 parent 92929da commit e06d926
Show file tree
Hide file tree
Showing 48 changed files with 603 additions and 440 deletions.
9 changes: 6 additions & 3 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 = { git: "https://github.com/decidim/decidim", branch: "release/0.26-stable" }.freeze
DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", branch: "release/0.27-stable" }.freeze

gem "decidim", DECIDIM_VERSION
gem "decidim-challenges", path: "."
Expand All @@ -16,6 +16,9 @@ gem "uglifier", "~> 4.1"
# More exactly in comments in the homepage and in processes cards in the processes listing
gem "nokogiri", "1.13.3"

# temporal solution while gems embrace new psych 4 (the default in Ruby 3.1) behavior.
gem "psych", "< 4"

group :development, :test do
gem "byebug", ">= 11.1.3"
gem "decidim-dev", DECIDIM_VERSION
Expand All @@ -28,7 +31,7 @@ group :development do
gem "faker"
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0"
gem "spring"
gem "spring-watcher-listen"
gem "web-console", "~> 3.5"
end
Loading

0 comments on commit e06d926

Please sign in to comment.