repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
security
/
bundler-audit
/
gemset.nix
blob
bbe7a0e8274be6fa7466a78c58dbee238edd2fa1
1
{
2
bundler-audit = {
3
dependencies = ["thor"];
4
groups = ["default"];
5
platforms = [];
6
source = {
7
remotes = ["https://rubygems.org"];
8
sha256 = "0gdx0019vj04n1512shhdx7hwphzqmdpw4vva2k551nd47y1dixx";
9
type = "gem";
10
};
11
version = "0.9.1";
12
};
13
thor = {
14
groups = ["default"];
15
platforms = [];
16
source = {
17
remotes = ["https://rubygems.org"];
18
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
19
type = "gem";
20
};
21
version = "1.2.1";
22
};
23
}