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 3a3bfa5 commit 6c4ddaaCopy full SHA for 6c4ddaa
omniauth-oauth2.gemspec
@@ -5,6 +5,8 @@ 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 "public_suffix", "< 2.0.4" if RUBY_VERSION < "2.0"
9
+ gem.add_dependency "rack", "< 2" if RUBY_VERSION < "2.2.2"
10
11
gem.add_development_dependency "bundler", "~> 1.0"
12
0 commit comments