nixpkgs/pkgs/tools/security/bundler-audit/gemset.nix

24 lines
522 B
Nix
Raw Normal View History

2019-04-02 15:21:22 +00:00
{
bundler-audit = {
dependencies = ["thor"];
2020-06-13 13:15:10 +00:00
groups = ["default"];
platforms = [];
2019-04-02 15:21:22 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-03-11 15:52:35 +00:00
sha256 = "00l8rs7cna0j3yh4s9sza0r88x7kjc7j4gp9yl378422k7i0r73v";
2019-04-02 15:21:22 +00:00
type = "gem";
};
2021-03-11 15:52:35 +00:00
version = "0.8.0";
2019-04-02 15:21:22 +00:00
};
thor = {
2020-06-13 13:15:10 +00:00
groups = ["default"];
platforms = [];
2019-04-02 15:21:22 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-03-11 15:52:35 +00:00
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
2019-04-02 15:21:22 +00:00
type = "gem";
};
2021-03-11 15:52:35 +00:00
version = "1.1.0";
2019-04-02 15:21:22 +00:00
};
2021-01-21 21:12:40 +00:00
}