Skip to content

Commit

Permalink
Bump decidim from 0.24.3 to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jan 9, 2024
1 parent ec732f8 commit 93951d2
Show file tree
Hide file tree
Showing 349 changed files with 350,714 additions and 485 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ config/*-development.yml

.rspec
.rspec-failures

/public/packs
/public/packs-test
yarn-debug.log*
.yarn-integrity
12 changes: 5 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ source 'https://rubygems.org'

ruby RUBY_VERSION

DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim.git', branch: 'release/0.24-stable' }
DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim.git', branch: 'release/0.25-stable' }

gem 'activerecord-session_store'
gem 'chamber', '~> 2.10.1'
gem 'chamber', '~> 2.12.1'
# Change term_customizer dependency to ruby-gems' when term-customizer is compatible with DECIDIM_bVERSION
gem 'decidim-term_customizer', git: 'https://github.com/mainio/decidim-module-term_customizer', branch: '0.24-stable'
gem 'decidim-term_customizer', git: 'https://github.com/mainio/decidim-module-term_customizer', branch: 'release/0.25-stable'

gem 'decidim', DECIDIM_VERSION
gem 'decidim-consultations', DECIDIM_VERSION
gem 'decidim-direct_verifications', '~> 1.0.0'
gem 'omniauth-saml'
gem 'decidim-direct_verifications', '~> 1.2.0'
gem 'omniauth-saml', '~> 2.0'

# Metrics require a queue system and a daily cron
gem 'delayed_job_active_record'
Expand All @@ -24,8 +24,6 @@ gem 'whenever', require: false

gem 'bootsnap', '~> 1.3'

gem 'rails', '~> 5.2.6'

gem 'puma', '~> 5.0'
gem 'uglifier', '~> 4.1'

Expand Down
Loading

0 comments on commit 93951d2

Please sign in to comment.