From c68b03c0ddb0bc881132521ed0a1c6682a3af735 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Tue, 23 Jan 2024 13:26:18 +1100 Subject: [PATCH] Add invisble_captcha gem --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index d9e5029d2e..46a3c3bd29 100644 --- a/Gemfile +++ b/Gemfile @@ -142,6 +142,7 @@ gem "faraday" gem "private_address_check" gem 'newrelic_rpm' +gem 'invisible_captcha' group :production, :staging do gem 'sd_notify' # For better Systemd process management. Used by Puma. diff --git a/Gemfile.lock b/Gemfile.lock index 8974a3d8ad..fa548b1e02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,6 +343,8 @@ GEM ruby-vips (>= 2.0.17, < 3) immigrant (0.3.6) activerecord (>= 3.0) + invisible_captcha (2.1.0) + rails (>= 5.2) io-console (0.7.1) ipaddress (0.8.3) irb (1.11.0) @@ -857,6 +859,7 @@ DEPENDENCIES i18n-js (~> 3.9.0) image_processing immigrant + invisible_captcha jquery-rails (= 4.4.0) jquery-ui-rails (~> 4.2) json