Skip to content

Commit

Permalink
Support haml 5.1
Browse files Browse the repository at this point in the history
Let's see if CI passes 😈
  • Loading branch information
jaredbeck authored May 20, 2019
1 parent 1c58857 commit 486e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4.0'

s.add_dependency 'haml', '>= 4.0', '< 5.1'
s.add_dependency 'haml', '>= 4.0', '< 5.2'
s.add_dependency 'rainbow'
s.add_dependency 'rake', '>= 10', '< 13'
s.add_dependency 'rubocop', '>= 0.50.0'
Expand Down

0 comments on commit 486e3d1

Please sign in to comment.