Merge branch 'bump-recaptcha-gem' into 'master'
Bump recaptcha gem to 3.0.0 to remove deprecated stoken support Google deprecated the use of stoken in its reCAPTCHA, so this gem is necessary to make things work again. Closes #18210 See merge request !4484
Showing
... | @@ -38,7 +38,7 @@ gem 'rack-oauth2', '~> 1.2.1' | ... | @@ -38,7 +38,7 @@ gem 'rack-oauth2', '~> 1.2.1' |
gem 'jwt' | gem 'jwt' | ||
# Spam and anti-bot protection | # Spam and anti-bot protection | ||
gem 'recaptcha', require: 'recaptcha/rails' | gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 2.0' | gem 'akismet', '~> 2.0' | ||
# Two-factor authentication | # Two-factor authentication | ||
... | ... |
Please register or sign in to comment