Updated to Rake 13.0.0.

Provides future support for Ruby 2.7.0 and drops support for Ruby
versions older than 2.2.0.

[Details](https://github.com/ruby/rake/blob/master/History.rdoc).
This commit is contained in:
Brooke Kuhlmann
2019-10-01 20:22:12 -06:00
parent 40bd5dea2d
commit b2949b0b7b

View File

@@ -2,5 +2,5 @@
source "https://rubygems.org"
gem "rake", "~> 12.0"
gem "rake", "~> 13.0"
gem "git-cop", "~> 3.5"