brakeman: 5.3.1 -> 5.4.0

https://github.com/presidentbeef/brakeman/releases/tag/v5.4.0
This commit is contained in:
Mario Rodas 2022-11-21 04:20:00 +00:00
parent f8636f5d05
commit 55d1f5ea3c
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:
brakeman (5.3.1) brakeman (5.4.0)
PLATFORMS PLATFORMS
ruby ruby
@ -10,4 +10,4 @@ DEPENDENCIES
brakeman brakeman
BUNDLED WITH BUNDLED WITH
2.3.20 2.3.25

View File

@ -4,9 +4,9 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0zr2p0w4ckv65cv3vdwnk9f3yydmjdmw75x7dskx1gqr9j9q3306"; sha256 = "0lcxxlrzgpi9z2mr2v19xda6fdysmn5psa9bsp2rksa915v91fds";
type = "gem"; type = "gem";
}; };
version = "5.3.1"; version = "5.4.0";
}; };
} }