Skip to content

Commit 2c4e0d9

Browse files
committed
🔧 Relax gem 'oauth2' dependency requirement to be able to install gem 'oauth2 v2'
1 parent 6f84ed1 commit 2c4e0d9

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", [">= 1.9", "< 3"]
88

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

0 commit comments

Comments
 (0)