Skip to content

Commit 014f868

Browse files
authored
Merge pull request #135 from omniauth/allow-2_0
relax omniauth requirement
2 parents 2dbbb6e + f14f01d commit 014f868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module OAuth2
3-
VERSION = "1.7.0".freeze
3+
VERSION = "1.7.1".freeze
44
end
55
end

omniauth-oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require "omniauth-oauth2/version"
44

55
Gem::Specification.new do |gem|
66
gem.add_dependency "oauth2", "~> 1.4"
7-
gem.add_dependency "omniauth", "~> 1.9"
7+
gem.add_dependency "omniauth", [">= 1.9", "< 3"]
88

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

0 commit comments

Comments
 (0)