Skip to content

Commit

Permalink
Loosen oauth version lock per @pboling feedback on issue #317 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker authored Oct 7, 2022
1 parent 0df05c8 commit 47f82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.4.9'

s.add_dependency 'bcrypt', '~> 3.1'
s.add_dependency 'oauth', '~> 0.5', '>= 0.5.5'
s.add_dependency 'oauth', '>= 0.6'
s.add_dependency 'oauth2', '~> 2.0'

s.add_development_dependency 'byebug', '~> 10.0.0'
Expand Down

0 comments on commit 47f82a5

Please sign in to comment.