Skip to content

Commit

Permalink
Use latest rake as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Nesbitt committed Mar 28, 2020
1 parent dbe05e6 commit f046e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "prawn", ">= 0.11.1", "< 3"
gem.add_runtime_dependency "css_parser", "~> 1.6"
gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "rake", "~> 10.1"
gem.add_development_dependency "rake", "~> 13.0"
end

0 comments on commit f046e03

Please sign in to comment.