diff --git a/Gemfile b/Gemfile index 3ec15ac..9d03a1d 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "decidim-decidim_awesome", git: "https://github.com/octree-gva/decidim-modul gem "decidim-friendly_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-friendly_signup.git" gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: "0.26/without-exports" gem "decidim-spam_detection" -gem "decidim-term_customizer", git: "https://github.com/armandfardeau/decidim-module-term_customizer.git", branch: "fix/precompile-on-docker-0.26" +gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant-0.26" # Omniauth gems gem "omniauth-france_connect", git: "https://github.com/OpenSourcePolitics/omniauth-france_connect" diff --git a/Gemfile.lock b/Gemfile.lock index 4e53b27..8257585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,15 +28,6 @@ GIT omniauth (~> 2.0) omniauth-oauth2 (>= 1.7.2, < 2.0) -GIT - remote: https://github.com/armandfardeau/decidim-module-term_customizer.git - revision: 63170f69b51bb7e7f60f20856e944ae1357f4dc7 - branch: fix/precompile-on-docker-0.26 - specs: - decidim-term_customizer (0.26.0) - decidim-admin (~> 0.26.0) - decidim-core (~> 0.26.0) - GIT remote: https://github.com/mainio/decidim-module-simple_proposal revision: b91e238151ec818896bb77d296313406adce7880 @@ -56,6 +47,15 @@ GIT decidim-core (>= 0.26.0, < 0.28) sassc (~> 2.3) +GIT + remote: https://github.com/opensourcepolitics/decidim-module-term_customizer.git + revision: 11724f312f77a0a9199d0c79538058e0e5ae10c8 + branch: fix/multi-threading-compliant-0.26 + specs: + decidim-term_customizer (0.26.0) + decidim-admin (~> 0.26.0) + decidim-core (~> 0.26.0) + GIT remote: https://github.com/sgruhier/foundation_rails_helper.git revision: bc33600db7a2d16ce3cdc1f8369d0d7e7c4245b5