Skip to content

Commit

Permalink
Require Haml 5 for testing Hamlit
Browse files Browse the repository at this point in the history
Fix #137
  • Loading branch information
k0kubun committed Feb 1, 2019
1 parent 4cf3823 commit f9951f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamlit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f9951f0

Please sign in to comment.