Drop version constraint for tilt

This commit is contained in:
Takashi Kokubun 2015-11-18 09:41:25 -06:00
parent 14f1d4c4b6
commit 50091f4e72
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'escape_utils'
spec.add_dependency 'haml', '>= 4.0.7', '< 5.0'
spec.add_dependency 'temple', '~> 0.7.6'
spec.add_dependency 'tilt', '~> 2.0'
spec.add_dependency 'tilt'
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'coffee-script'