diff --git a/Gemfile b/Gemfile index 12f44e8e8f..a433aa1186 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolit gem "decidim-ludens", git: "https://github.com/OpenSourcePolitics/decidim-ludens.git", branch: DECIDIM_BRANCH gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH gem "decidim-spam_detection" -gem "decidim-term_customizer", git: "https://github.com/armandfardeau/decidim-module-term_customizer.git", branch: "fix/precompile-on-docker" +gem "decidim-term_customizer", git: "https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git", branch: "fix/email_with_precompile" # Omniauth gems gem "omniauth-france_connect", git: "https://github.com/OpenSourcePolitics/omniauth-france_connect" diff --git a/Gemfile.lock b/Gemfile.lock index c056175901..3acc543f5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,6 +33,15 @@ GIT rgeo (~> 2.4) rgeo-proj4 (~> 3.1) +GIT + remote: https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git + revision: 54050b317815bff1edaad3d26744a941be1d31bf + branch: fix/email_with_precompile + specs: + decidim-term_customizer (0.27.0) + decidim-admin (~> 0.27.0) + decidim-core (~> 0.27.0) + GIT remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler revision: 79f2a5f6c3357d63f92423a2b173893f4c4d06d8 @@ -66,15 +75,6 @@ GIT decidim-core (>= 0.27.0, < 0.28) deface (~> 1.5) -GIT - remote: https://github.com/armandfardeau/decidim-module-term_customizer.git - revision: 5c2b648e07c5fd51e2598256886895b9a83d698c - branch: fix/precompile-on-docker - specs: - decidim-term_customizer (0.27.0) - decidim-admin (~> 0.27.0) - decidim-core (~> 0.27.0) - GIT remote: https://github.com/sgruhier/foundation_rails_helper.git revision: bc33600db7a2d16ce3cdc1f8369d0d7e7c4245b5