From 0974cd981fedd7eca105f52c37c96bab3ac257eb Mon Sep 17 00:00:00 2001 From: Simonas Date: Thu, 30 Nov 2023 13:09:32 +0100 Subject: [PATCH] fix: Multi-threading compliant term customizer --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 25d4485..c017aa5 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePo 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" gem "decidim-spam_detection" -gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: DECIDIM_BRANCH +gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant-0.26" gem "dotenv-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 343e85b..53e3465 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,9 +77,9 @@ GIT decidim-proposals (~> 0.26.0) GIT - remote: https://github.com/mainio/decidim-module-term_customizer.git - revision: f0d720710822f1231ea249dd71f978143d38a6c4 - branch: release/0.26-stable + remote: https://github.com/opensourcepolitics/decidim-module-term_customizer.git + revision: f5208f3cad23cb68e502e77cb0d2d3d441d09e40 + branch: fix/multi-threading-compliant-0.26 specs: decidim-term_customizer (0.26.0) decidim-admin (~> 0.26.0)