rake: 13.0.6 -> 13.1.0

Changelog: https://github.com/ruby/rake/releases/tag/v13.1.0
This commit is contained in:
Mario Rodas 2024-01-12 04:20:00 +00:00
parent 42ff80bafd
commit 31cdc42751
2 changed files with 4 additions and 4 deletions

View File

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

View File

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