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.
1 parent f9c0288 commit 948a946Copy full SHA for 948a946
omniauth-oauth2.gemspec
@@ -3,8 +3,8 @@ $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", "< 3"]
7
- gem.add_dependency "omniauth", [">= 2.0.2", "< 3"]
+ gem.add_dependency "oauth2", [">= 2.0.2", "< 3"]
+ gem.add_dependency "omniauth", "~> 2.0"
8
9
gem.add_development_dependency "bundler", "~> 2.0"
10
0 commit comments