Merge branch '27488-fix-jwt-version' into 'master'
Update and pin the `jwt` gem to ~> 1.5.6 Closes #27488 See merge request !8900
Showing
... | ... | @@ -36,7 +36,7 @@ gem 'omniauth-twitter', '~> 1.2.0' |
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'omniauth-authentiq', '~> 0.2.0' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt' | ||
gem 'jwt', '~> 1.5.6' | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | ||
... | ... |
Please register or sign in to comment