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

View File

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