From 7cb9023e66bad4f057b3d543f9285efb19cb4f59 Mon Sep 17 00:00:00 2001 From: Simonas Date: Thu, 23 Nov 2023 17:11:26 +0100 Subject: [PATCH 1/2] Update the module with the fix --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0bff286..a87e762 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ 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/OpenSourcePolitics/decidim-module_homepage_proposals.git", branch: DECIDIM_BRANCH -gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "992ed0fcfa32e5b86479e706c71eb6523d61de2b" +gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "995505d587d87fbc7cccaf94822f5f2285105afb" gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH gem "decidim-simple_proposal", git: "https://github.com/mainio/decidim-module-simple_proposal", branch: DECIDIM_BRANCH gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main" diff --git a/Gemfile.lock b/Gemfile.lock index 9b424bd..c8e852b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,8 +52,8 @@ GIT GIT remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals - revision: 992ed0fcfa32e5b86479e706c71eb6523d61de2b - ref: 992ed0fcfa32e5b86479e706c71eb6523d61de2b + revision: 995505d587d87fbc7cccaf94822f5f2285105afb + ref: 995505d587d87fbc7cccaf94822f5f2285105afb specs: decidim-homepage_proposals (1.0.2) decidim-core (~> 0.26) From bbdd0cf3a3337072f51fae01f0e84ed8157bd4e1 Mon Sep 17 00:00:00 2001 From: Simonas Date: Mon, 27 Nov 2023 10:45:13 +0100 Subject: [PATCH 2/2] fix how the bump is done --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a87e762..5897a9a 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ 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/OpenSourcePolitics/decidim-module_homepage_proposals.git", branch: DECIDIM_BRANCH -gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "995505d587d87fbc7cccaf94822f5f2285105afb" +gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", branch: "release/0.26-bulk-deploy" gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH gem "decidim-simple_proposal", git: "https://github.com/mainio/decidim-module-simple_proposal", branch: DECIDIM_BRANCH gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main" diff --git a/Gemfile.lock b/Gemfile.lock index c8e852b..67770e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,8 +52,8 @@ GIT GIT remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals - revision: 995505d587d87fbc7cccaf94822f5f2285105afb - ref: 995505d587d87fbc7cccaf94822f5f2285105afb + revision: 6e3b7a2bfc6e531bb77a4d8ebfb7dd190acee681 + branch: release/0.26-bulk-deploy specs: decidim-homepage_proposals (1.0.2) decidim-core (~> 0.26)