Skip to content

Commit

Permalink
Use omniauth 1.9 to ensure latest security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Dec 14, 2018
1 parent 2d404c1 commit 471c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-oauth2.gemspec
Expand Up @@ -4,7 +4,7 @@ require "omniauth-oauth2/version"

Gem::Specification.new do |gem|
gem.add_dependency "oauth2", "~> 1.1"
gem.add_dependency "omniauth", "~> 1.2"
gem.add_dependency "omniauth", "~> 1.9"

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

Expand Down

0 comments on commit 471c0b0

Please sign in to comment.