Skip to content

Commit

Permalink
Merge pull request #24 from chef/bundler_deprecated_warning
Browse files Browse the repository at this point in the history
Replace deprecated --without flag with bundle config
  • Loading branch information
tduffield authored Aug 17, 2021
2 parents 69065e8 + 07694b2 commit d890b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 spec
expeditor:
executor:
Expand Down

0 comments on commit d890b81

Please sign in to comment.