1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Require Haml 5 for testing Hamlit

Fix #137
This commit is contained in:
Takashi Kokubun 2019-02-01 18:50:26 +09:00
parent 4cf3823b4c
commit f9951f02dc

View file

@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'coffee-script'
spec.add_development_dependency 'erubi'
spec.add_development_dependency 'haml'
spec.add_development_dependency 'haml', '>= 5'
spec.add_development_dependency 'less'
spec.add_development_dependency 'minitest-reporters', '~> 1.1'
spec.add_development_dependency 'rails', '>= 4.0.0'