From 17295b17e957a508a45616ac81ba117418e2a798 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Sat, 15 Jun 2024 03:25:11 +0300 Subject: [PATCH] Update homepage propopsals --- Gemfile | 4 ++-- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 7a2f79c..c834ca9 100644 --- a/Gemfile +++ b/Gemfile @@ -10,11 +10,11 @@ ruby RUBY_VERSION gem "decidim", "~> #{DECIDIM_VERSION}.0" gem "decidim-conferences", "~> #{DECIDIM_VERSION}.0" -# gem "acts_as_textcaptcha", "~> 4.5.1" +gem "acts_as_textcaptcha", "~> 4.5.1" gem "decidim-budgets_paper_ballots", git: "https://github.com/digidemlab/decidim-module-budgets_paper_ballots", branch: DECIDIM_BRANCH gem "decidim-decidim_awesome" 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", branch: "release/0.26-stable" +gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", branch: "fix/scopes-filter" 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 74d1ef6..5cad2ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,14 +34,6 @@ GIT countries (~> 5.1, >= 5.1.2) decidim-core (~> 0.26.0) -GIT - remote: https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals - revision: fa3dcfed065aefd00b504ff6efac43dfdf5fb6e4 - 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 @@ -68,6 +60,14 @@ GIT decidim-slider (0.0.3) decidim-core (~> 0.26.0) +GIT + remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals + revision: 986382bc6c2076f17346939139d5426c5e5d0e84 + branch: fix/scopes-filter + specs: + decidim-homepage_proposals (1.0.2) + decidim-core (~> 0.26.9) + GIT remote: https://github.com/digidemlab/decidim-module-budgets_paper_ballots revision: 3e5d2794f43b1c353e8a3116edf6daab9e3a26a7 @@ -171,6 +171,7 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) acts_as_list (0.9.19) activerecord (>= 3.0) + acts_as_textcaptcha (4.5.2) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) @@ -996,6 +997,7 @@ PLATFORMS DEPENDENCIES activejob-uniqueness + acts_as_textcaptcha (~> 4.5.1) aws-sdk-s3 bootsnap (~> 1.4) brakeman (~> 5.1)