Skip to content

Commit

Permalink
Update Decidim and file authorization handler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Sep 25, 2023
1 parent ced8e63 commit 4c23bf4
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 343 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
source "https://rubygems.org"

ruby RUBY_VERSION
DECIDIM_VERSION = "0.25.2"
DECIDIM_VERSION = { git: "https://github.com/CodiTramuntana/decidim.git", branch: "release/0.25-stable" }.freeze

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-file_authorization_handler", "~> #{DECIDIM_VERSION}", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git"
gem "decidim-file_authorization_handler", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.25.2.3"
gem "decidim-initiatives", DECIDIM_VERSION
gem "decidim-templates", DECIDIM_VERSION

Expand Down
Loading

0 comments on commit 4c23bf4

Please sign in to comment.