Skip to content

Commit

Permalink
Merge pull request #146 from WaKeMaTTa/master
Browse files Browse the repository at this point in the history
🔧 Relax gem 'oauth2' dependency requirement
  • Loading branch information
BobbyMcWho committed Jun 18, 2022
2 parents 5244b58 + 2c4e0d9 commit 0b00383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-oauth2.gemspec
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "omniauth-oauth2/version"

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

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

0 comments on commit 0b00383

Please sign in to comment.