Skip to content

Commit

Permalink
ah, why requireing v2.0.2 of omniauth gem? it should be oauth2 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jul 11, 2023
1 parent f9c0288 commit 948a946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-oauth2.gemspec
Expand Up @@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "omniauth-oauth2/version"

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

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

Expand Down

0 comments on commit 948a946

Please sign in to comment.