rake: 12.0.0 -> 12.3.1

Fixes https://github.com/NixOS/nixpkgs/issues/36912.
This commit is contained in:
Alyssa Ross 2018-11-25 18:55:38 +00:00
parent 22ec5128d4
commit 3ec6262cca
No known key found for this signature in database
GPG key ID: C4844408C0657052
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rake (12.0.0)
rake (12.3.1)
PLATFORMS
ruby
@ -10,4 +10,4 @@ DEPENDENCIES
rake
BUNDLED WITH
1.14.6
1.17.1

View file

@ -2,9 +2,9 @@
rake = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "01j8fc9bqjnrsxbppncai05h43315vmz9fwg28qdsgcjw9ck1d7n";
sha256 = "1idi53jay34ba9j68c3mfr9wwkg3cd9qh0fn9cg42hv72c6q8dyg";
type = "gem";
};
version = "12.0.0";
version = "12.3.1";
};
}