@@ -4,22 +4,23 @@ source "https://rubygems.org"
44
55ruby RUBY_VERSION
66
7- DECIDIM_VERSION = { git : "https://github.com/PopulateTools/decidim.git" , branch : "tiptap-image-links_0.29 " } . freeze
7+ DECIDIM_VERSION = { git : "https://github.com/PopulateTools/decidim.git" , branch : "tiptap-image-links_0.30 " } . freeze
88
99gem "decidim" , DECIDIM_VERSION
1010gem "decidim-age_action_authorization" , path : "decidim-age_action_authorization"
1111gem "decidim-census" , path : "decidim-census"
1212# gem "decidim-consultations", DECIDIM_VERSION
13- gem "decidim-decidim_awesome" , git : "https://github.com/PopulateTools/decidim-module-decidim_awesome.git" , branch : "autoblock_with_attachments_029 "
13+ gem "decidim-decidim_awesome" , git : "https://github.com/PopulateTools/decidim-module-decidim_awesome.git" , branch : "autoblock_with_attachments_030 "
1414gem "decidim-diba_census_api" , path : "decidim-diba_census_api"
1515gem "decidim-initiatives" , DECIDIM_VERSION
1616gem "decidim-ldap" , path : "decidim-ldap"
1717gem "decidim-templates" , DECIDIM_VERSION
1818
19- gem "decidim-homepage_proposals" , git : "https://github.com/PopulateTools/decidim-module_homepage_proposals.git" , branch : "release/0.29-stable"
20- gem "decidim-term_customizer" , git : "https://github.com/PopulateTools/decidim-module-term_customizer" , branch : "upgrade_0.29"
19+ gem "decidim-homepage_proposals" , git : "https://github.com/PopulateTools/decidim-module_homepage_proposals.git" , branch : "release/0.30-stable"
20+ gem "decidim-term_customizer" , git : "https://github.com/Platoniq/decidim-module-term_customizer" , branch : "main"
21+
22+ gem "decidim-removable_authorizations" , git : "https://github.com/PopulateTools/decidim-module-removable_authorizations.git" , branch : "release/0.30-stable"
2123
22- gem "decidim-removable_authorizations" , git : "https://github.com/PopulateTools/decidim-module-removable_authorizations.git" , branch : "main"
2324# Compatibility with decidim initiatives module
2425gem "bootsnap"
2526gem "deface"
@@ -31,9 +32,9 @@ gem "uglifier", ">= 1.3.0"
3132gem "wicked_pdf"
3233
3334# Forced by production environment
34- gem "base64" , "0.1.1 "
35- gem "stringio" , "3.0.1 "
36- gem "strscan" , "3.0.1 "
35+ gem "base64" , "0.2.0 "
36+ gem "stringio" , "3.2.0 "
37+ gem "strscan" , "3.1.2 "
3738
3839group :development , :test do
3940 gem "byebug" , platform : :mri
0 commit comments