brakeman: 6.1.0 -> 6.1.1
Diff: https://github.com/presidentbeef/brakeman/compare/v6.1.0...v6.1.1 Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v6.1.1
This commit is contained in:
parent
a23739720f
commit
e15159e9a5
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user