mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Drop version constraint for tilt
This commit is contained in:
parent
14f1d4c4b6
commit
50091f4e72
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue