about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/brakeman/gemset.nix
blob: 31705fe31a6dfafb47ae24d60ecd112a37545ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  brakeman = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "00vlip5z1gc1npj1nxvcy2gvwya4fk01xzyhazkhz3ymdn9nch0d";
      type = "gem";
    };
    version = "6.1.0";
  };
}