Bump recaptcha gem to 3.0.0 to remove deprecated stoken support
Closes #18210
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