Skip to content

Commit 20d92d3

Browse files
authored
Update version lock for oauth2 to v2 per v1 deprecation (#323)
* Update version lock for oauth2 to v2 per v1 deprecation * Add changelog entry for oauth2 update
1 parent 5dabcc8 commit 20d92d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## HEAD
33

44
* 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)
56

67
## 0.16.3
78

sorcery.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
3535

3636
s.add_dependency 'bcrypt', '~> 3.1'
3737
s.add_dependency 'oauth', '~> 0.5', '>= 0.5.5'
38-
s.add_dependency 'oauth2', '~> 1.0', '>= 0.8.0'
38+
s.add_dependency 'oauth2', '~> 2.0'
3939

4040
s.add_development_dependency 'byebug', '~> 10.0.0'
4141
s.add_development_dependency 'rspec-rails', '~> 3.7.0'

0 commit comments

Comments
 (0)