Open tnir opened 1 year ago
Force developers not to use bundle install --with and bundle install --binstubs, which were already deprecated.
bundle install --with
bundle install --binstubs
bundle config set with
bundle binstubs --all
Goal
Force developers not to use
bundle install --with
andbundle install --binstubs
, which were already deprecated.Design
bundle install --with
withbundle config set with
.bundle binstubs --all
, which is the replacement ofbundle install --binstubs
, is not mandatory at all in this case.Changeset
bundle install --with
withbundle config set with
.bundle install --binstubs
.Testing