Skip to content

Commit 328c90b

Browse files
committed
Merge pull request #30 from agrobbin/master
Update oauth2 version requirement
2 parents 032c21f + 51d7bde commit 328c90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniauth-oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.expand_path('../lib/omniauth-oauth2/version', __FILE__)
33

44
Gem::Specification.new do |gem|
55
gem.add_dependency 'omniauth', '~> 1.0'
6-
gem.add_dependency 'oauth2', '~> 0.8.0'
6+
gem.add_dependency 'oauth2', '~> 0.9.0'
77

88
gem.add_development_dependency 'rspec', '~> 2.7'
99
gem.add_development_dependency 'rack-test'

0 commit comments

Comments
 (0)