We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f442 commit a9d4961Copy full SHA for a9d4961
omniauth-oauth2.gemspec
@@ -5,7 +5,7 @@ require "omniauth-oauth2/version"
5
Gem::Specification.new do |gem|
6
gem.add_dependency "oauth2", "~> 1.0"
7
gem.add_dependency "omniauth", "~> 1.2"
8
- gem.add_dependency "rack", "< 2" if RUBY_VERSION < '2.2.2'
+ gem.add_dependency "rack", "< 2" if RUBY_VERSION < "2.2.2"
9
10
gem.add_development_dependency "bundler", "~> 1.0"
11
0 commit comments