diff options
author | Alex Buijs <abuijs@gitlab.com> | 2019-08-09 13:20:09 +0200 |
---|---|---|
committer | Alex Buijs <abuijs@gitlab.com> | 2019-08-09 13:20:09 +0200 |
commit | 456c0691cd1a7f73d8e2e5bcf3d47372c8db27be (patch) | |
tree | b07031e0dfb9c7fab6999a4e2489caed6b2db933 /Gemfile | |
parent | ce0891aa84c6aa7dbd68b0ff2d4f3f9fbde483a1 (diff) | |
download | gitlab-ce-456c0691cd1a7f73d8e2e5bcf3d47372c8db27be.tar.gz |
Add invisible_captcha gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |