Merge pull request #289955 from marsam/update-brakeman

brakeman: 6.1.1 -> 6.1.2
This commit is contained in:
Mario Rodas
2024-02-19 09:41:00 -05:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
brakeman (6.1.1)
brakeman (6.1.2)
racc
racc (1.7.3)
@@ -12,4 +12,4 @@ DEPENDENCIES
brakeman
BUNDLED WITH
2.5.3
2.5.5
@@ -14,5 +14,6 @@ bundlerApp rec {
license = [ licenses.unfreeRedistributable ];
platforms = ruby.meta.platforms;
maintainers = [ maintainers.marsam ];
mainProgram = "brakeman";
};
}
@@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ahkss5xpdw7vwykyd5kba74cs4r987fcn7ad5qvzhzhqdariqvy";
sha256 = "1lylig4vgnw9l1ybwgxdi9nw9q2bc5dcplklg8nsbi7j32f7c5kp";
type = "gem";
};
version = "6.1.1";
version = "6.1.2";
};
racc = {
groups = ["default"];