-
- Downloads
Merge branch 'upgrade-oauth2' into 'master'
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. Adds support for Rails 5. Working toward #14286. See merge request !5041
No related branches found
No related tags found
Loading
| Loading
| @@ -338,7 +338,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" | ||
Loading
| Loading
|
Please register or sign in to comment