Skip to content

Commit a9d4961

Browse files
committed
fixup! Guard rack with < 2 for Ruby < 2.2.2
1 parent c31f442 commit a9d4961

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
@@ -5,7 +5,7 @@ require "omniauth-oauth2/version"
55
Gem::Specification.new do |gem|
66
gem.add_dependency "oauth2", "~> 1.0"
77
gem.add_dependency "omniauth", "~> 1.2"
8-
gem.add_dependency "rack", "< 2" if RUBY_VERSION < '2.2.2'
8+
gem.add_dependency "rack", "< 2" if RUBY_VERSION < "2.2.2"
99

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

0 commit comments

Comments
 (0)