Skip to content

Commit 8b948dd

Browse files
authored
Merge branch 'master' into master
2 parents 8f6bae5 + 0b00383 commit 8b948dd

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 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33
require "omniauth-oauth2/version"
44

55
Gem::Specification.new do |gem|
6-
gem.add_dependency "oauth2", "~> 1.4"
6+
gem.add_dependency "oauth2", [">= 1.4", "< 3"]
77
gem.add_dependency "omniauth", "~> 2.0"
88

99
gem.add_development_dependency "bundler", "~> 2.0"

0 commit comments

Comments
 (0)