Open tnir opened 1 year ago
Use either BUNDLE_WITH variable or bundle config set. --binstubs is not required on CI environment.
Use the modern syntax around Bundler CLI.
BUNDLE_WITH
bundle config set
--binstubs
binstubs
bundle exec
bundle config set with
install --with
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
BUNDLE_WITH
environment variable orbundle config set
.--binstubs
is not required on CI environment at all.Changeset
binstubs
'ed command; usebundle exec
for the only single time.bundle config set with
instead ofinstall --with
.Testing