Merge pull request #300875 from marsam/update-rake

rake: 13.1.0 -> 13.2.0
This commit is contained in:
Mario Rodas 2024-04-03 05:47:59 -05:00 committed by GitHub
commit 534e5cf4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rake (13.1.0)
rake (13.2.0)
PLATFORMS
ruby
@ -10,4 +10,4 @@ DEPENDENCIES
rake
BUNDLED WITH
2.5.3
2.5.6

View File

@ -13,5 +13,6 @@ bundlerApp {
license = with licenses; mit;
maintainers = with maintainers; [ manveru nicknovitski ];
platforms = platforms.unix;
mainProgram = "rake";
};
}

View File

@ -4,9 +4,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy";
sha256 = "0lwv4rniry7k9dvz1n462d7j0dq9mrl6a95y6cvs6139h0ksxhgn";
type = "gem";
};
version = "13.1.0";
version = "13.2.0";
};
}