summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwati Keshari <skeshari@msystechnologies.com>2021-08-13 18:21:13 +0530
committerSwati Keshari <skeshari@msystechnologies.com>2021-08-16 20:24:21 +0530
commit9462162394f53dabe450c45989528e3631af379b (patch)
tree8e26c0eb6201113ef45d64c82bf36a9a9b4b6b3d
parent5ad78e2ffbfba379ab2e4ccd9dc578d45523f8b2 (diff)
downloadchef-zero-9462162394f53dabe450c45989528e3631af379b.tar.gz
Replace deprecated --without flag with bundle configskeshari/bundler_deprecated_warning
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com> add --local Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
-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: