24 lines
522 B
Nix
24 lines
522 B
Nix
{
|
|
bundler-audit = {
|
|
dependencies = ["thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "00l8rs7cna0j3yh4s9sza0r88x7kjc7j4gp9yl378422k7i0r73v";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
thor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
}
|