From 456c0691cd1a7f73d8e2e5bcf3d47372c8db27be Mon Sep 17 00:00:00 2001 From: Alex Buijs Date: Fri, 9 Aug 2019 13:20:09 +0200 Subject: Add invisible_captcha gem --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 22746f9c5ae..487f3c5476a 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,7 @@ gem 'jwt', '~> 2.1.0' # Spam and anti-bot protection gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' gem 'akismet', '~> 2.0' +gem 'invisible_captcha', '~> 0.12.1' # Two-factor authentication gem 'devise-two-factor', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 80f36a9457c..8fe54e7d557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -437,6 +437,8 @@ GEM influxdb (0.2.3) cause json + invisible_captcha (0.12.1) + rails (>= 3.2.0) ipaddress (0.8.3) jaeger-client (0.10.0) opentracing (~> 0.3) @@ -1126,6 +1128,7 @@ DEPENDENCIES httparty (~> 0.16.4) icalendar influxdb (~> 0.2) + invisible_captcha (~> 0.12.1) jira-ruby (~> 1.4) js_regex (~> 3.1) json-schema (~> 2.8.0) -- cgit v1.2.3