diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 16:10:34 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 16:10:34 -0800 |
commit | cfb23efffe2b6c55e501eaf2a0efd4631d04f246 (patch) | |
tree | 164b67e10f064bf9a4f000aa9413b5b51b3aa296 | |
parent | 75d78a87ceb3f4c42ac607f5c89bf9d5df32866b (diff) | |
download | chef-cfb23efffe2b6c55e501eaf2a0efd4631d04f246.tar.gz |
Remove git ref on bundler-audit
Seems pointless when we pin the version in Gemfile.lock and
I'm not even sure we need this now with GH's alerts.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 13 |
2 files changed, 5 insertions, 10 deletions
@@ -61,7 +61,7 @@ end group(:travis) do # See `bundler-audit` in .travis.yml - gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git" + gem "bundler-audit" gem "travis" end diff --git a/Gemfile.lock b/Gemfile.lock index 3072ba8481..b09a4a7b88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,14 +24,6 @@ GIT systemu (~> 2.6.4) wmi-lite (~> 1.0) -GIT - remote: https://github.com/rubysec/bundler-audit.git - revision: b84d88f76c4d656421c1d810c9760b0fdea5d13a - specs: - bundler-audit (0.6.0) - bundler (~> 1.2) - thor (~> 0.18) - PATH remote: . specs: @@ -128,6 +120,9 @@ GEM binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) builder (3.2.3) + bundler-audit (0.6.0) + bundler (~> 1.2) + thor (~> 0.18) byebug (10.0.0) chef-vault (3.3.0) chef-zero (13.1.0) @@ -394,7 +389,7 @@ PLATFORMS DEPENDENCIES appbundler (= 0.10.0) - bundler-audit! + bundler-audit chef! chef-config! chef-vault |