Skip to content

Commit 0b00383

Browse files
authored
Merge pull request #146 from WaKeMaTTa/master
🔧 Relax gem 'oauth2' dependency requirement
2 parents 5244b58 + 2c4e0d9 commit 0b00383

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)