summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-24 17:01:44 -0700
committerGitHub <noreply@github.com>2021-08-24 17:01:44 -0700
commit6bb6fcf2365329d3d1760221d36e3b4e17872e9f (patch)
tree2d6978585cda721a7d4d95f40d51cfd4217415fe
parent4d19d63c86c92fd0e782783b3372eaf9dae4ad3f (diff)
parent9462162394f53dabe450c45989528e3631af379b (diff)
downloadchef-zero-6bb6fcf2365329d3d1760221d36e3b4e17872e9f.tar.gz
Merge pull request #314 from chef/skeshari/bundler_deprecated_warning
Replace deprecated --without flag with bundle config
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 4eeef42..4948358 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -26,7 +26,8 @@ steps:
- label: run-specs-windows
command:
- - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle config set --local without docs debug
+ - bundle install --jobs=7 --retry=3
- bundle exec rake pedant style
expeditor:
executor: