23 lines
523 B
Nix
23 lines
523 B
Nix
{
|
|
bundler-audit = {
|
|
dependencies = ["thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "04l9rs56rlvihbr2ybkrigjajgd3swa98lxvmdl8iylj1g5m7n0j";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.0.1";
|
|
};
|
|
thor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
} |