bundler-audit: init at 0.6.1

This commit is contained in:
Michael Weiss
2019-04-02 17:53:25 +02:00
parent 69555825f8
commit 4572e79ef9
5 changed files with 65 additions and 0 deletions
@@ -0,0 +1,19 @@
{
bundler-audit = {
dependencies = ["thor"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pm22xpn3xyymsainixnrk8v3l3xi9bzwkjkspx00cfzp84xvxbq";
type = "gem";
};
version = "0.6.1";
};
thor = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
type = "gem";
};
version = "0.20.3";
};
}