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 8f6bae5 + 0b00383 commit 8b948ddCopy full SHA for 8b948dd
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", "~> 2.0"
8
9
gem.add_development_dependency "bundler", "~> 2.0"
0 commit comments