Skip to content

Commit

Permalink
Lock haml to < 6.0
Browse files Browse the repository at this point in the history
6.0 introduces breaking changes (see middleman#2569)
  • Loading branch information
zofrex committed Sep 21, 2022
1 parent 62e47ef commit 5f78d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleman/middleman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency('middleman-core', Middleman::VERSION)
s.add_dependency('middleman-cli', Middleman::VERSION)
s.add_dependency('haml', ['>= 4.0.5'])
s.add_dependency('haml', ['>= 4.0.5', '< 6.0'])
s.add_dependency('coffee-script', ['~> 2.2'])
s.add_dependency('kramdown', ['>= 2.3.0'])
end

0 comments on commit 5f78d94

Please sign in to comment.