We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5244b58 + 2c4e0d9 commit 0b00383Copy full SHA for 0b00383
omniauth-oauth2.gemspec
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
require "omniauth-oauth2/version"
4
5
Gem::Specification.new do |gem|
6
- gem.add_dependency "oauth2", "~> 1.4"
+ gem.add_dependency "oauth2", [">= 1.4", "< 3"]
7
gem.add_dependency "omniauth", [">= 1.9", "< 3"]
8
9
gem.add_development_dependency "bundler", "~> 2.0"
0 commit comments