tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bundler-audit: 0.7.0.1 -> 0.8.0
Michael Weiss
5 years ago
a3228bb6
4f3de0e6
+7
-7
2 changed files
expand all
collapse all
unified
split
pkgs
tools
security
bundler-audit
Gemfile.lock
gemset.nix
+3
-3
pkgs/tools/security/bundler-audit/Gemfile.lock
···
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
-
bundler-audit (0.7.0.1)
5
bundler (>= 1.2.0, < 3)
6
-
thor (>= 0.18, < 2)
7
-
thor (1.0.1)
8
9
PLATFORMS
10
ruby
···
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
+
bundler-audit (0.8.0)
5
bundler (>= 1.2.0, < 3)
6
+
thor (~> 1.0)
7
+
thor (1.1.0)
8
9
PLATFORMS
10
ruby
+4
-4
pkgs/tools/security/bundler-audit/gemset.nix
···
5
platforms = [];
6
source = {
7
remotes = ["https://rubygems.org"];
8
-
sha256 = "04l9rs56rlvihbr2ybkrigjajgd3swa98lxvmdl8iylj1g5m7n0j";
9
type = "gem";
10
};
11
-
version = "0.7.0.1";
12
};
13
thor = {
14
groups = ["default"];
15
platforms = [];
16
source = {
17
remotes = ["https://rubygems.org"];
18
-
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
19
type = "gem";
20
};
21
-
version = "1.0.1";
22
};
23
}
···
5
platforms = [];
6
source = {
7
remotes = ["https://rubygems.org"];
8
+
sha256 = "00l8rs7cna0j3yh4s9sza0r88x7kjc7j4gp9yl378422k7i0r73v";
9
type = "gem";
10
};
11
+
version = "0.8.0";
12
};
13
thor = {
14
groups = ["default"];
15
platforms = [];
16
source = {
17
remotes = ["https://rubygems.org"];
18
+
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
19
type = "gem";
20
};
21
+
version = "1.1.0";
22
};
23
}