Skip to content

Commit

Permalink
Merge pull request #176 from AjuntamentDeTerrassa/upgrade_0.27
Browse files Browse the repository at this point in the history
Upgrade to Decidim 0.27
  • Loading branch information
ferblape authored Sep 20, 2024
2 parents 03d6a7e + 0aa0b31 commit 63387ff
Show file tree
Hide file tree
Showing 53 changed files with 14,400 additions and 16,575 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ public/uploads
=======
.ruby-gemset

# Ignore nodemodules
node_modules

# Ignore env variables
.env
.rbenv-vars

.rspec-failures

# Remote autogenerated rubocop files
Expand All @@ -52,3 +57,6 @@ yarn-debug.log*
# Ignore uploaded files in development.
/storage/*
!/storage/.keep

# Static files
app/views/static/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
16.9.1
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.3
3.0.6
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
source "https://rubygems.org"

ruby RUBY_VERSION
DECIDIM_VERSION = "0.26.5"
DECIDIM_VERSION = "0.27.8"

gem "decidim", DECIDIM_VERSION
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 "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "release/0.27-stable"
gem "decidim-calendar", git: "https://github.com/luizsanches/decidim-module-calendar", branch: "main"
gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome.git", branch: "release/0.27-stable"
gem "decidim-templates", DECIDIM_VERSION

gem 'puma'
gem 'uglifier'
gem 'faker'

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

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

0 comments on commit 63387ff

Please sign in to comment.