1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Contrib will only target Sinatra 2.x

This will help prevent people using Sinatra 1.x and Contrib 2.x,
which are incompatible due to changes in the router.

Particularly wrt Namespace
This commit is contained in:
Zachary Scott 2016-06-24 15:09:05 +09:00
parent 644d4d768e
commit 4bd3a34628

View file

@ -213,7 +213,7 @@ Gem::Specification.new do |s|
"spec/params_spec.rb",
]
s.add_dependency "sinatra"
s.add_dependency "sinatra", "> 1", "< 3"
s.add_dependency "backports", ">= 2.0"
s.add_dependency "tilt", ">= 1.3", "< 3"
s.add_dependency "rack-test"