Skip to content

Commit b346ec7

Browse files
author
Lucas Aragno
committed
Use omniauth 2.x to ensure latest security updates
1 parent c0fbb88 commit b346ec7

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

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

0 commit comments

Comments
 (0)