Commit 456c0691 authored by Alex Buijs's avatar Alex Buijs

Add invisible_captcha gem

parent ce0891aa
...@@ -51,6 +51,7 @@ gem 'jwt', '~> 2.1.0' ...@@ -51,6 +51,7 @@ gem 'jwt', '~> 2.1.0'
# Spam and anti-bot protection # Spam and anti-bot protection
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 2.0' gem 'akismet', '~> 2.0'
gem 'invisible_captcha', '~> 0.12.1'
# Two-factor authentication # Two-factor authentication
gem 'devise-two-factor', '~> 3.0.0' gem 'devise-two-factor', '~> 3.0.0'
......
...@@ -437,6 +437,8 @@ GEM ...@@ -437,6 +437,8 @@ GEM
influxdb (0.2.3) influxdb (0.2.3)
cause cause
json json
invisible_captcha (0.12.1)
rails (>= 3.2.0)
ipaddress (0.8.3) ipaddress (0.8.3)
jaeger-client (0.10.0) jaeger-client (0.10.0)
opentracing (~> 0.3) opentracing (~> 0.3)
...@@ -1126,6 +1128,7 @@ DEPENDENCIES ...@@ -1126,6 +1128,7 @@ DEPENDENCIES
httparty (~> 0.16.4) httparty (~> 0.16.4)
icalendar icalendar
influxdb (~> 0.2) influxdb (~> 0.2)
invisible_captcha (~> 0.12.1)
jira-ruby (~> 1.4) jira-ruby (~> 1.4)
js_regex (~> 3.1) js_regex (~> 3.1)
json-schema (~> 2.8.0) json-schema (~> 2.8.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment