biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / analysis / brakeman / gemset.nix
blobd7d2908f742705f5f2d531f87f686effdd982490
2   brakeman = {
3     dependencies = ["racc"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "1lylig4vgnw9l1ybwgxdi9nw9q2bc5dcplklg8nsbi7j32f7c5kp";
9       type = "gem";
10     };
11     version = "6.1.2";
12   };
13   racc = {
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
19       type = "gem";
20     };
21     version = "1.7.3";
22   };