Make explicit that old rack 0.x is not supported

This commit is contained in:
Gonzalo Rodriguez 2018-06-26 11:30:13 -03:00
parent 48af653531
commit d511c9e2ba
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.2'
s.add_dependency 'rack'
s.add_runtime_dependency 'rack', ">= 1.0"
s.add_development_dependency 'appraisal', '~> 2.2'
s.add_development_dependency 'minitest', "~> 5.11"