summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-06 00:31:26 -0700
committerStan Hu <stanhu@gmail.com>2016-06-07 13:32:29 -0700
commit405d752b9b68d0c0c01cc4aae76d6f5acd21dc27 (patch)
tree174c3c265ba32d0fcbdccfc9af3a8c8f0cdb7ddd /Gemfile
parent2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 08592607c03..f2ac70831f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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