diff options
author | Pirate Praveen <praveen@debian.org> | 2018-11-16 08:34:16 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2019-03-08 15:04:04 +0100 |
commit | b816236e69fea335d421531a0057d30d6f841651 (patch) | |
tree | e7f94a2edd8828dec63aa3dd4486c973744aa237 /Gemfile | |
parent | 26477f388952f9b8d02fcca6ac4395915e48218c (diff) | |
download | gitlab-ce-b816236e69fea335d421531a0057d30d6f841651.tar.gz |
Update recaptcha 3.0 -> 4.11
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ gem 'rack-oauth2', '~> 1.2.1' gem 'jwt', '~> 2.1.0' # Spam and anti-bot protection -gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' +gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' gem 'akismet', '~> 2.0' # Two-factor authentication |