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
{{ message }}
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
I'm noticing a lot of rbenv: cannot rehash: /usr/local/var/rbenv/shims/.rbenv-shim exists while running bundle install as it runs a rehash after each installed gem.
Would it be possible to suppress these warnings or just make it run the rehash only after the bundle install complete?
The text was updated successfully, but these errors were encountered:
Ran into this issue as well but only after setting the bundler job count for the first time (i.e. bundle config --global jobs 7). It seems that performing multiple gem installs at the same time confuses rbenv rehash.
I'm noticing a lot of
rbenv: cannot rehash: /usr/local/var/rbenv/shims/.rbenv-shim exists
while runningbundle install
as it runs a rehash after each installed gem.Would it be possible to suppress these warnings or just make it run the rehash only after the
bundle install
complete?The text was updated successfully, but these errors were encountered: