Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-06 10:31:26 +0300
committerStan Hu <stanhu@gmail.com>2016-06-07 23:32:29 +0300
commit405d752b9b68d0c0c01cc4aae76d6f5acd21dc27 (patch)
tree174c3c265ba32d0fcbdccfc9af3a8c8f0cdb7ddd /Gemfile
parent2cbb17da31be0d18e8457232255da0bd5ac87db5 (diff)
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