diff options
author | Thom May <thom@chef.io> | 2018-03-20 10:48:14 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-03-20 10:48:14 +0000 |
commit | 8f4c7dae7dd572c794a33e6182e3e3fc5ed345aa (patch) | |
tree | b52555c57ff1134e1805467e8fcc3b4f2e35ddf4 | |
parent | 4037c281695ca025a6b454ceb1933fe3e9f38cf5 (diff) | |
download | chef-8f4c7dae7dd572c794a33e6182e3e3fc5ed345aa.tar.gz |
remove bundle audittm/remove_bundle_audit
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index ddfb6ff8e0..fd2b2b9d3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,12 +80,6 @@ matrix: script: bundle exec rake style # also remove integration / external tests bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen - - env: - AUDIT_CHECK: 1 - rvm: 2.5.0 - script: bundle exec bundle-audit check --update - # also remove integration / external tests - bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen # # External tests # @@ -57,8 +57,6 @@ group(:development, :test) do end group(:travis) do - # See `bundler-audit` in .travis.yml - gem "bundler-audit" gem "travis" end diff --git a/Gemfile.lock b/Gemfile.lock index da1da698de..339c220507 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,9 +103,6 @@ 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 (14.0.1) @@ -384,7 +381,6 @@ PLATFORMS DEPENDENCIES appbundler - bundler-audit chef! chef-config! chef-vault |