bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
246 stars 174 forks source link

`bundle install` with `--with` and `--binstubs` flags has been deprecated #772

Closed sato11 closed 1 year ago

sato11 commented 1 year ago

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.

Goal

Changeset

Documentation only.

johnkiely1 commented 1 year ago

Thanks for the PR, we will look to review when priorities allow