Skip to content

Commit

Permalink
Update to decidim v0.27.9, switch to openpoke version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Oct 2, 2024
1 parent bb4e0bc commit 0c57733
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 184 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

source 'https://rubygems.org'

DECIDIM_VERSION = '0.27.8'
DECIDIM_VERSION = '0.27.9'

ruby RUBY_VERSION

gem 'execjs' # , '= 2.7.0'

gem 'decidim', DECIDIM_VERSION
# gem 'decidim', DECIDIM_VERSION
gem 'decidim', github: 'openpoke/decidim', branch: 'backport/0.27/feature/share_unpublish_components_with_tokens'
gem 'decidim-proposals', DECIDIM_VERSION
# gem 'decidim-consultations', DECIDIM_VERSION
# gem 'decidim-initiatives', DECIDIM_VERSION
Expand Down
Loading

0 comments on commit 0c57733

Please sign in to comment.