Skip to content

Commit

Permalink
Merge pull request #65 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 30, 2021
2 parents 87385d9 + 79b7cdd commit dd21d21
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -51,7 +51,8 @@ steps:
- label: run-specs-windows
command:
- bundle config --local path vendor/bundle
- 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
expeditor:
executor:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ group :test do
gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support
gem "rake"
gem "rspec", "~> 3.7"
gem "rubocop-ast", "= 1.4.1" # Drop this dependency/version when we remove ruby-2.4 support
end

group :debug do
Expand Down

0 comments on commit dd21d21

Please sign in to comment.