Skip to content

Commit

Permalink
Guard rack with < 2 for Ruby < 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Nov 15, 2016
1 parent 8d902e9 commit f8f6b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniauth-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require "omniauth-oauth2/version"
Gem::Specification.new do |gem|
gem.add_dependency "oauth2", "~> 1.0"
gem.add_dependency "omniauth", "~> 1.2"
gem.add_dependency "rack", "< 2" if RUBY_VERSION < '2.2.2'

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

Expand Down

0 comments on commit f8f6b5f

Please sign in to comment.