diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-06 00:31:26 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-07 13:32:29 -0700 |
commit | 405d752b9b68d0c0c01cc4aae76d6f5acd21dc27 (patch) | |
tree | 174c3c265ba32d0fcbdccfc9af3a8c8f0cdb7ddd /Gemfile | |
parent | 2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff) | |
download | gitlab-ce-405d752b9b68d0c0c01cc4aae76d6f5acd21dc27.tar.gz |
Bump recaptcha gem to 3.0.0 to remove deprecated stoken support
Closes #18210
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ gem 'rack-oauth2', '~> 1.2.1' gem 'jwt' # Spam and anti-bot protection -gem 'recaptcha', require: 'recaptcha/rails' +gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' gem 'akismet', '~> 2.0' # Two-factor authentication |