23b612e36f
GitOrigin-RevId: ae5c332cbb5827f6b1f02572496b141021de335f
23 lines
517 B
Nix
23 lines
517 B
Nix
{
|
|
brakeman = {
|
|
dependencies = ["racc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ahkss5xpdw7vwykyd5kba74cs4r987fcn7ad5qvzhzhqdariqvy";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.1";
|
|
};
|
|
racc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.3";
|
|
};
|
|
}
|