depend on tilt 1.2.2 or newer

This commit is contained in:
Konstantin Haase 2011-01-31 10:31:25 +01:00
parent ff021329b3
commit 1a6338d3e5
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[README.rdoc README.de.rdoc README.jp.rdoc README.fr.rdoc README.es.rdoc README.hu.rdoc README.zh.rdoc LICENSE]
s.add_dependency 'rack', '~> 1.1'
s.add_dependency 'tilt', '~> 1.2'
s.add_dependency 'tilt', '>= 1.2.2', '< 2.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'shotgun', '~> 0.6'
s.add_development_dependency 'rack-test', '>= 0.5.6'