Mario Rodas 2024-01-18 04:20:00 +00:00
parent a23739720f
commit e15159e9a5
2 changed files with 17 additions and 4 deletions

View File

@ -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

View File

@ -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";
};
}