You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to bundle install this plugin should not add bundle exec.
So, if you do:
git clone myproject
cd myproject
bundle install # it detects Gemfile and really does: bundle exec bundle install (which fails)
This error only happens for new projects that haven't been bundle installed before on the machine, because afterwards bundle exec is capable of finding the gems in Gemfile.lock. But anyways, bundle exec bundle install should never happen.
PD: don't bother to ask if I didn't make myself clear with explanations
The text was updated successfully, but these errors were encountered:
rbenv-bundle-exec should already be skipping all bundle commands (See line 31).
Perhaps you have other rbenv/bundler integration plugins installed? Having several rbenv/bundler plugins on the same system might be causing some subtle issues.
In order to have more debugging data, can you please provide the output for:
Hi,
When you try to
bundle install
this plugin should not addbundle exec
.So, if you do:
This error only happens for new projects that haven't been
bundle install
ed before on the machine, because afterwardsbundle exec
is capable of finding the gems in Gemfile.lock. But anyways,bundle exec bundle install
should never happen.PD: don't bother to ask if I didn't make myself clear with explanations
The text was updated successfully, but these errors were encountered: