Skip to content

Commit

Permalink
Merge pull request #152 from lucas-aragno/master
Browse files Browse the repository at this point in the history
Use omniauth 2.x to ensure latest security updates
  • Loading branch information
BobbyMcWho committed Jun 18, 2022
2 parents 0b00383 + 8b948dd commit 043813c
Showing 1 changed file with 1 addition and 1 deletion.
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", "< 3"]
gem.add_dependency "omniauth", [">= 1.9", "< 3"]
gem.add_dependency "omniauth", "~> 2.0"

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

Expand Down

0 comments on commit 043813c

Please sign in to comment.