Skip to content

Commit

Permalink
Loosen dependency version requirements (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Mar 10, 2023
1 parent 00e2d0a commit 1ff0506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-google-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.2'

gem.add_runtime_dependency 'jwt', '>= 2.0'
gem.add_runtime_dependency 'oauth2', '~> 2.0.6'
gem.add_runtime_dependency 'oauth2', '~> 2.0'
gem.add_runtime_dependency 'omniauth', '~> 2.0'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.8'

gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rspec', '~> 3.6'
Expand Down

0 comments on commit 1ff0506

Please sign in to comment.