Skip to content

Commit 043813c

Browse files
authored
Merge pull request #152 from lucas-aragno/master
Use omniauth 2.x to ensure latest security updates
2 parents 0b00383 + 8b948dd commit 043813c

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.4", "< 3"]
7-
gem.add_dependency "omniauth", [">= 1.9", "< 3"]
7+
gem.add_dependency "omniauth", "~> 2.0"
88

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

0 commit comments

Comments
 (0)