From 9462162394f53dabe450c45989528e3631af379b Mon Sep 17 00:00:00 2001 From: Swati Keshari Date: Fri, 13 Aug 2021 18:21:13 +0530 Subject: Replace deprecated --without flag with bundle config Signed-off-by: Swati Keshari add --local Signed-off-by: Swati Keshari --- .expeditor/verify.pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1