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 8d902e9 commit f8f6b5fCopy full SHA for f8f6b5f
omniauth-oauth2.gemspec
@@ -5,6 +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'
9
10
gem.add_development_dependency "bundler", "~> 1.0"
11
0 commit comments