Skip to content

Commit 471c0b0

Browse files
committed
Use omniauth 1.9 to ensure latest security updates
1 parent 2d404c1 commit 471c0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniauth-oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require "omniauth-oauth2/version"
44

55
Gem::Specification.new do |gem|
66
gem.add_dependency "oauth2", "~> 1.1"
7-
gem.add_dependency "omniauth", "~> 1.2"
7+
gem.add_dependency "omniauth", "~> 1.9"
88

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

0 commit comments

Comments
 (0)