bundler-audit: 0.6.1 -> 0.7.0.1
This commit is contained in:
parent
1d924f0354
commit
dde87455ed
pkgs/tools/security/bundler-audit
@ -1,10 +1,10 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
bundler-audit (0.6.1)
|
||||
bundler-audit (0.7.0.1)
|
||||
bundler (>= 1.2.0, < 3)
|
||||
thor (~> 0.18)
|
||||
thor (0.20.3)
|
||||
thor (>= 0.18, < 2)
|
||||
thor (1.0.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -21,6 +21,7 @@ bundlerEnv rec {
|
||||
- Does not require a network connection.
|
||||
'';
|
||||
homepage = "https://github.com/rubysec/bundler-audit";
|
||||
changelog = "https://github.com/rubysec/bundler-audit/blob/v${version}/ChangeLog.md";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ primeos nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -1,19 +1,23 @@
|
||||
{
|
||||
bundler-audit = {
|
||||
dependencies = ["thor"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0pm22xpn3xyymsainixnrk8v3l3xi9bzwkjkspx00cfzp84xvxbq";
|
||||
sha256 = "04l9rs56rlvihbr2ybkrigjajgd3swa98lxvmdl8iylj1g5m7n0j";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.6.1";
|
||||
version = "0.7.0.1";
|
||||
};
|
||||
thor = {
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
|
||||
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.20.3";
|
||||
version = "1.0.1";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user