19 lines
430 B
Nix
19 lines
430 B
Nix
{
|
|
bundler-audit = {
|
|
dependencies = ["thor"];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0pm22xpn3xyymsainixnrk8v3l3xi9bzwkjkspx00cfzp84xvxbq";
|
|
type = "gem";
|
|
};
|
|
version = "0.6.1";
|
|
};
|
|
thor = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
|
|
type = "gem";
|
|
};
|
|
version = "0.20.3";
|
|
};
|
|
} |