Skip to content

Commit

Permalink
Allow rake 13 (#313)
Browse files Browse the repository at this point in the history
AFAICT, the only breaking change in rake 13 is dropping support for ruby < 2.2.
  • Loading branch information
jaredbeck authored and sds committed Oct 2, 2019
1 parent 93d75ef commit 487e798
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 @@ -25,7 +25,7 @@ Gem::Specification.new do |s|

s.add_dependency 'haml', '>= 4.0', '< 5.2'
s.add_dependency 'rainbow'
s.add_dependency 'rake', '>= 10', '< 13'
s.add_dependency 'rake', '>= 10', '< 14'
s.add_dependency 'rubocop', '>= 0.50.0'
s.add_dependency 'sysexits', '~> 1.1'
end

0 comments on commit 487e798

Please sign in to comment.