diff --git a/Gemfile b/Gemfile index 81e7eb0..588e45a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolit gem "decidim-spam_detection", "4.0.0" gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant" # gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main" -gem "decidim-custom_proposal_states", git: "https://github.com/OpenSourcePolitics/decidim-module-custom_proposal_states", branch: "fix/deface-enabled" +gem "decidim-custom_proposal_states", git: "https://github.com/OpenSourcePolitics/decidim-module-custom_proposal_states", branch: DECIDIM_BRANCH # Omniauth gems gem "omniauth-publik", git: "https://github.com/OpenSourcePolitics/omniauth-publik" diff --git a/Gemfile.lock b/Gemfile.lock index 10d5811..e8e7784 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/OpenSourcePolitics/decidim-module-custom_proposal_states - revision: 4a4dd1569889e9927825f1273e1f8b50916e207d - branch: fix/deface-enabled + revision: d34f06f13150098e88d54a0bf0b208d6b9bd0b2a + branch: release/0.27-stable specs: decidim-custom_proposal_states (0.27.5) decidim-core (~> 0.27)