Skip to content

Commit 684a74a

Browse files
committed
Upgrade omniauth-oauth2 dependency
* `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
1 parent 1633cbb commit 684a74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: omniauth-github.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.version = OmniAuth::GitHub::VERSION
1818

1919
gem.add_dependency 'omniauth', '~> 2.0'
20-
gem.add_dependency 'omniauth-oauth2', '~> 1.7.1'
20+
gem.add_dependency 'omniauth-oauth2', '~> 1.8'
2121
gem.add_development_dependency 'rspec', '~> 3.5'
2222
gem.add_development_dependency 'rack-test'
2323
gem.add_development_dependency 'simplecov'

0 commit comments

Comments
 (0)