Skip to content

Commit

Permalink
Update to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed May 11, 2021
1 parent 3037422 commit c972bd8
Show file tree
Hide file tree
Showing 48 changed files with 1,084 additions and 342 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = {git: "https://github.com/decidim/decidim", branch: 'release/0.23-stable'}
DECIDIM_VERSION = "0.24.2"

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION
#gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer/"

gem "puma", "~> 4.3"
gem "puma", "~> 5.0"
gem "uglifier", "~> 4.1"
gem "wkhtmltopdf-binary", "~> 0.12"
gem "airbrake", "~> 5.0"
gem "faker", "~> 1.8"
gem "faker", "~> 2.14"
gem "therubyracer", "~> 0.12"
gem "figaro", "~> 1.1"
gem "delayed_job_active_record", "~> 4.1"
Expand Down Expand Up @@ -44,7 +44,7 @@ group :development do
gem "capistrano-rails", "~> 1.3"
gem "capistrano-bundler", "~> 1.3"
gem "capistrano-rbenv", "~> 2.1"
gem "capistrano3-puma", "~> 4.0"
gem "capistrano3-puma", "~> 5.0"
gem "capistrano3-delayed-job", '~> 1.0'
gem 'ed25519', '>= 1.2', '< 2.0'
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
Expand Down
Loading

0 comments on commit c972bd8

Please sign in to comment.