Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundle install
with --with
and --binstubs
flags has been deprec…
…ated Following the getting started in CONTRIBUTING.md outputs deprecation messages: ``` [DEPRECATED] The `--with` 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 with 'test sidekiq'`, and stop using this flag [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all` ``` This commit updates the section accordingly. Also, since it encourages to generate binstubs, incentivize using bin/* over bundle exec in development.
- Loading branch information