Merge pull request #282031 from marsam/update-brakeman

brakeman: 6.1.0 -> 6.1.1
This commit is contained in:
Mario Rodas
2024-01-19 20:58:17 -05:00
committed by GitHub
2 changed files with 17 additions and 4 deletions
@@ -1,7 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
brakeman (6.1.0)
brakeman (6.1.1)
racc
racc (1.7.3)
PLATFORMS
ruby
@@ -10,4 +12,4 @@ DEPENDENCIES
brakeman
BUNDLED WITH
2.4.22
2.5.3
@@ -1,12 +1,23 @@
{
brakeman = {
dependencies = ["racc"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "00vlip5z1gc1npj1nxvcy2gvwya4fk01xzyhazkhz3ymdn9nch0d";
sha256 = "1ahkss5xpdw7vwykyd5kba74cs4r987fcn7ad5qvzhzhqdariqvy";
type = "gem";
};
version = "6.1.0";
version = "6.1.1";
};
racc = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
type = "gem";
};
version = "1.7.3";
};
}