Skip to content

Commit

Permalink
bump: Bump CDC to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Jul 4, 2024
1 parent a9e32b6 commit 21763f5
Show file tree
Hide file tree
Showing 114 changed files with 1,399 additions and 637 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.0.6
14 changes: 6 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

DECIDIM_VERSION = "0.26"
DECIDIM_VERSION = "0.27"
DECIDIM_BRANCH = "release/#{DECIDIM_VERSION}-stable"

ruby RUBY_VERSION
Expand All @@ -15,9 +15,9 @@ gem "decidim", "~> #{DECIDIM_VERSION}.0"

# External Decidim gems
gem "decidim-cache_cleaner"
gem "decidim-decidim_awesome"
gem "decidim-decidim_awesome", "~> 0.9.1"
gem "decidim-spam_detection"
gem "decidim-term_customizer", git: "https://github.com/armandfardeau/decidim-module-term_customizer.git", branch: "fix/precompile-on-docker-0.26"
gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant"

# Omniauth gems
gem "omniauth-saml"
Expand All @@ -35,8 +35,9 @@ gem "puma", ">= 5.5.1"

gem "letter_opener_web", "~> 1.3"
gem "rack-attack", "~> 6.6"
gem "ruby-progressbar", "~> 1.11"
gem "sprockets", "~> 3.7"
gem "sidekiq", "~> 6.0"
gem "sidekiq_alive", "~> 2.2"
gem "sidekiq-scheduler", "~> 5.0"
gem "sys-filesystem"
gem "uglifier", "~> 4.1"

Expand Down Expand Up @@ -64,7 +65,4 @@ group :production do
gem "sentry-rails"
gem "sentry-ruby"
gem "sentry-sidekiq"
gem "sidekiq", "~> 6.0"
gem "sidekiq_alive", "~> 2.2"
gem "sidekiq-scheduler", "~> 5.0"
end
Loading

0 comments on commit 21763f5

Please sign in to comment.