summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Buijs <abuijs@gitlab.com>2019-08-09 13:20:09 +0200
committerAlex Buijs <abuijs@gitlab.com>2019-08-09 13:20:09 +0200
commit456c0691cd1a7f73d8e2e5bcf3d47372c8db27be (patch)
treeb07031e0dfb9c7fab6999a4e2489caed6b2db933
parentce0891aa84c6aa7dbd68b0ff2d4f3f9fbde483a1 (diff)
downloadgitlab-ce-456c0691cd1a7f73d8e2e5bcf3d47372c8db27be.tar.gz
Add invisible_captcha gem
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
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)