Update rack gem dependency to allow rack 1.0

This commit is contained in:
Rein Henrichs 2009-04-08 21:58:46 -04:00 committed by Ryan Tomayko
parent 310fb9bbb7
commit 43a496e922
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,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', '< 1.0'
s.add_dependency 'rack', '>= 0.9.1'
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'
s.has_rdoc = true