Skip to content

Commit 948a946

Browse files
committed
ah, why requireing v2.0.2 of omniauth gem? it should be oauth2 gem
1 parent f9c0288 commit 948a946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omniauth-oauth2.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $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", "< 3"]
7-
gem.add_dependency "omniauth", [">= 2.0.2", "< 3"]
6+
gem.add_dependency "oauth2", [">= 2.0.2", "< 3"]
7+
gem.add_dependency "omniauth", "~> 2.0"
88

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

0 commit comments

Comments
 (0)