Merge branch 'pr-51040'

rake: 12.0.0 -> 12.3.1
This commit is contained in:
Léo Gaspard 2018-11-26 22:35:20 +09:00
commit 48b64cfb32
No known key found for this signature in database
GPG Key ID: 8A55848B6090F9CF
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";
}; };
} }