Skip to content

Commit

Permalink
Upgrade omniauth-oauth2 dependency
Browse files Browse the repository at this point in the history
* `omniauth-oauth2 ~> 1.7.1` has as more relaxed omniauth dependency,
  but this gem requires `omniauth ~> 2.0` anyway so upgrading to
  `omniauth-oauth ~> 1.8` will not be a breaking change
* Diff: https://my.diffend.io/gems/omniauth-oauth2/1.7.1/1.8.0
  • Loading branch information
jessieay committed Sep 16, 2022
1 parent 1633cbb commit 684a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.version = OmniAuth::GitHub::VERSION

gem.add_dependency 'omniauth', '~> 2.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.7.1'
gem.add_dependency 'omniauth-oauth2', '~> 1.8'
gem.add_development_dependency 'rspec', '~> 3.5'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'simplecov'
Expand Down

0 comments on commit 684a74a

Please sign in to comment.