Skip to content

Commit

Permalink
Bump rake development dependency
Browse files Browse the repository at this point in the history
Gets rid of a deprecation warning when running the tests.
  • Loading branch information
dylanahsmith committed Jul 23, 2020
1 parent 065ccbc commit 4970167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|

s.require_path = "lib"

s.add_development_dependency('rake', '~> 11.3')
s.add_development_dependency('rake', '~> 13.0')
s.add_development_dependency('minitest')
end

0 comments on commit 4970167

Please sign in to comment.