Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several arguments no longer work. Despite looking like a warning, bundler will still try to use the system path. ``` $ bundle install --path .vendor/ --without development system_tests release --jobs "$(nproc)" [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path '.vendor/'`, and stop using this flag [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'development system_tests release'`, and stop using this flag Bundler 2.4.10 is running, but your lockfile was generated with 2.3.26. Installing Bundler 2.3.26 and restarting using that version. ```
- Loading branch information