Upgrade oauth2 from 1.0.0 to 1.2.0.
Changelog: https://github.com/intridea/oauth2/compare/v1.0.0...v1.2.0 Follow-up on !3434 since 1.2.0 doesn't limit the JWT version we can use.
Showing
... | ... | @@ -339,7 +339,7 @@ gem 'activerecord-session_store', '~> 1.0.0' |
gem "nested_form", '~> 0.3.2' | ||
# OAuth | ||
gem 'oauth2', '~> 1.0.0' | ||
gem 'oauth2', '~> 1.2.0' | ||
# Soft deletion | ||
gem "paranoia", "~> 2.0" | ||
... | ... |
Please register or sign in to comment