mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
better Tilt dependency
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
parent
a7e763925e
commit
ef258a5efc
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,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.2'
|
||||
s.add_dependency 'tilt', '>= 1.2.2', '< 2.0'
|
||||
s.add_dependency 'tilt', '~> 1.2', '>= 1.2.2'
|
||||
s.add_development_dependency 'shotgun', '~> 0.6'
|
||||
|
||||
s.homepage = "http://sinatra.rubyforge.org"
|
||||
|
|
Loading…
Reference in a new issue