Pin to Rack < 1.0

There's a variety of things we'll need to change for Rack 1.0,
including using the new built-in nested params.
This commit is contained in:
Ryan Tomayko 2009-02-17 07:55:46 -08:00
parent 2fdecaee88
commit 1472b6af28
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
s.extra_rdoc_files = %w[README.rdoc LICENSE]
s.add_dependency 'rack', '>= 0.9.1'
s.add_dependency 'rack', '>= 0.9.1', '< 1.0'
s.has_rdoc = true
s.homepage = "http://sinatra.rubyforge.org"