Skip to content

Commit

Permalink
Merge pull request #135 from omniauth/allow-2_0
Browse files Browse the repository at this point in the history
relax omniauth requirement
  • Loading branch information
BobbyMcWho authored Jan 11, 2021
2 parents 2dbbb6e + f14f01d commit 014f868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module OAuth2
VERSION = "1.7.0".freeze
VERSION = "1.7.1".freeze
end
end
2 changes: 1 addition & 1 deletion omniauth-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "omniauth-oauth2/version"

Gem::Specification.new do |gem|
gem.add_dependency "oauth2", "~> 1.4"
gem.add_dependency "omniauth", "~> 1.9"
gem.add_dependency "omniauth", [">= 1.9", "< 3"]

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

Expand Down

0 comments on commit 014f868

Please sign in to comment.