Skip to content

Commit

Permalink
Merge pull request #147 from AjuntamentDeTerrassa/update-decidim-0-26-1
Browse files Browse the repository at this point in the history
Bump to 0.26.2
  • Loading branch information
ferblape authored Jun 21, 2022
2 parents 0c19c34 + d70007a commit 824fb0f
Show file tree
Hide file tree
Showing 19 changed files with 705 additions and 358 deletions.
10 changes: 4 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
source "https://rubygems.org"

ruby RUBY_VERSION
DECIDIM_VERSION = "0.25.2"
DECIDIM_VERSION = "0.26.2"

gem "decidim", DECIDIM_VERSION
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", ref: "437042198ed04cdd5582b29d5df83b032ecc518f"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "develop"
gem "decidim-calendar", git: "https://github.com/PopulateTools/decidim-module-calendar", branch: "undo_participatory_space"
gem "decidim-decidim_awesome", "~> 0.8"
gem "virtus-multiparams"

gem 'puma'
gem 'uglifier'
gem 'faker'
gem "sprockets", "~> 3.7.2"

gem "geocoder", "~> 1.6.1"

gem "execjs", "~> 2.7.0"
gem "virtus-multiparams"

group :development, :test do
gem 'byebug', platform: :mri
Expand Down
Loading

0 comments on commit 824fb0f

Please sign in to comment.