Merge branch 'pravi/gitlab-ce-update-recaptcha' into 'master'
Update recaptcha gem from 3.x to 4.11 See merge request gitlab-org/gitlab-ce!25921
Showing
... | @@ -46,7 +46,7 @@ gem 'rack-oauth2', '~> 1.9.3' | ... | @@ -46,7 +46,7 @@ gem 'rack-oauth2', '~> 1.9.3' |
gem 'jwt', '~> 2.1.0' | gem 'jwt', '~> 2.1.0' | ||
# Spam and anti-bot protection | # Spam and anti-bot protection | ||
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 2.0' | gem 'akismet', '~> 2.0' | ||
# Two-factor authentication | # Two-factor authentication | ||
... | ... |
Please register or sign in to comment