diff --git a/Gemfile b/Gemfile index 903d86e..0935d12 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "decidim-friendly_signup", git: "https://github.com/OpenSourcePolitics/decid gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH gem "decidim-simple_proposal", git: "https://github.com/opensourcepolitics/decidim-module-simple_proposal.git", branch: DECIDIM_BRANCH gem "decidim-slider", git: "https://github.com/OpenSourcePolitics/decidim-module-slider", branch: "rc/0.27" -gem "decidim-spam_detection", git: "https://github.com/OpenSourcePolitics/decidim-spam_detection.git", tag: "4.1.0" +gem "decidim-spam_detection", git: "https://github.com/OpenSourcePolitics/decidim-spam_detection.git", tag: "4.1.1" gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant" # Omniauth gems diff --git a/Gemfile.lock b/Gemfile.lock index b0cba8c..717ef77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,10 +53,10 @@ GIT GIT remote: https://github.com/OpenSourcePolitics/decidim-spam_detection.git - revision: 52623c57f571716730532eab8757560818f7f1df - tag: 4.1.0 + revision: fb2ee4624b728ce6f73603bfb84eda1d9b4e04d4 + tag: 4.1.1 specs: - decidim-spam_detection (4.1.0) + decidim-spam_detection (4.1.1) decidim-core (~> 0.27.0) GIT