Skip to content

Commit

Permalink
Upgrade decidim version and use compatible decidim-file_authorization…
Browse files Browse the repository at this point in the history
…_handler
  • Loading branch information
entantoencuanto committed Oct 5, 2023
1 parent a923a80 commit 3160f30
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 297 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# frozen_string_literal: true

source 'https://rubygems.org'
DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim', branch: 'develop' }.freeze

source "https://rubygems.org"

ruby '3.2.2'

DECIDIM_VERSION = "0.27.4"

gem "decidim", DECIDIM_VERSION
gem "decidim-verify_wo_registration", git: "https://github.com/PopulateTools/decidim-verify_wo_registration.git", branch: "improve-ui-texts"
gem "decidim-file_authorization_handler", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.27.1.5"
gem "decidim-file_authorization_handler", git: "https://github.com/PopulateTools/decidim-file_authorization_handler.git", branch: "upgrade/redesign"
# gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "release/0.26-stable"

gem 'puma'
Expand Down
Loading

0 comments on commit 3160f30

Please sign in to comment.