Skip to content

Commit

Permalink
Add rake 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse authored and sds committed Oct 10, 2019
1 parent fd6dd9a commit 4fedf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4.0'

s.add_dependency 'rake', '>= 10', '< 13'
s.add_dependency 'rake', '>= 10', '< 14'
s.add_dependency 'rubocop', '>= 0.50.0'
s.add_runtime_dependency 'slim', ['>= 3.0', '< 5.0']

Expand Down

0 comments on commit 4fedf08

Please sign in to comment.