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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
522 B
Nix
Raw Normal View History

2019-04-02 16:21:22 +01:00
{
bundler-audit = {
dependencies = ["thor"];
2020-06-13 14:15:10 +01:00
groups = ["default"];
platforms = [];
2019-04-02 16:21:22 +01:00
source = {
remotes = ["https://rubygems.org"];
2022-06-12 12:34:49 +01:00
sha256 = "0gdx0019vj04n1512shhdx7hwphzqmdpw4vva2k551nd47y1dixx";
2019-04-02 16:21:22 +01:00
type = "gem";
};
2022-06-12 12:34:49 +01:00
version = "0.9.1";
2019-04-02 16:21:22 +01:00
};
thor = {
2020-06-13 14:15:10 +01:00
groups = ["default"];
platforms = [];
2019-04-02 16:21:22 +01:00
source = {
remotes = ["https://rubygems.org"];
2022-06-12 12:34:49 +01:00
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
2019-04-02 16:21:22 +01:00
type = "gem";
};
2022-06-12 12:34:49 +01:00
version = "1.2.1";
2019-04-02 16:21:22 +01:00
};
2021-01-21 21:12:40 +00:00
}