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

Avoid to use bundle-install --with and --binstubs options on CI #780

Open tnir opened 1 year ago

tnir commented 1 year ago

Use either BUNDLE_WITH variable or bundle config set. --binstubs is not required on CI environment.

Goal

Use the modern syntax around Bundler CLI.

Design

Changeset

Testing