Skip to content

Commit

Permalink
Merge pull request #5 from fnordfish/dependabot/bundler/rake-tw-13.0
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
fnordfish authored Jul 14, 2020
2 parents 177b7a6 + 8871638 commit 65c4206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "thor", "~> 0.20.0"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit 65c4206

Please sign in to comment.