From 1f0cb2cf82fac86c728f63456b89e47ce5f91def Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:49:35 +0200 Subject: [PATCH] fix: Change homepage proposals upstream --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 5602833..d42babe 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "decidim-budgets_paper_ballots", git: "https://github.com/digidemlab/decidim gem "decidim-decidim_awesome" gem "decidim-half_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-half_sign_up", branch: DECIDIM_BRANCH gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH -gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", branch: "release/0.26-custom-states" +gem "decidim-homepage_proposals", git: "https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals", branch: "release/0.26-stable" gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main" gem "decidim-spam_detection" diff --git a/Gemfile.lock b/Gemfile.lock index 5b03114..c1066c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,14 @@ GIT countries (~> 5.1, >= 5.1.2) decidim-core (~> 0.26.0) +GIT + remote: https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals + revision: dc1a7211ae53f8aa94e70fc6b96604a6216f4fda + branch: release/0.26-stable + specs: + decidim-homepage_proposals (1.0.2) + decidim-core (~> 0.26) + GIT remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler revision: 488cc8827845ec1c5266aa499df2ebf9b20e02a3 @@ -60,14 +68,6 @@ GIT decidim-slider (0.0.3) decidim-core (~> 0.26.0) -GIT - remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals - revision: da1159268ae3430150df8a3e5b174b2e5da2f33f - branch: release/0.26-custom-states - specs: - decidim-homepage_proposals (1.0.2) - decidim-core (~> 0.26) - GIT remote: https://github.com/digidemlab/decidim-module-budgets_paper_ballots revision: 3e5d2794f43b1c353e8a3116edf6daab9e3a26a7