We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dabcc8 commit 20d92d3Copy full SHA for 20d92d3
CHANGELOG.md
@@ -2,6 +2,7 @@
2
## HEAD
3
4
* Adapt to open request protection strategy of rails 7.0 [#318](https://github.com/Sorcery/sorcery/pull/318)
5
+* Update OAuth2 gem to v2 per v1 deprecation [#323](https://github.com/Sorcery/sorcery/pull/323)
6
7
## 0.16.3
8
sorcery.gemspec
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
36
s.add_dependency 'bcrypt', '~> 3.1'
37
s.add_dependency 'oauth', '~> 0.5', '>= 0.5.5'
38
- s.add_dependency 'oauth2', '~> 1.0', '>= 0.8.0'
+ s.add_dependency 'oauth2', '~> 2.0'
39
40
s.add_development_dependency 'byebug', '~> 10.0.0'
41
s.add_development_dependency 'rspec-rails', '~> 3.7.0'
0 commit comments