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
The readme states that "rbenv rehash is performed each time a new ruby or a new gem is installed.".
I try to make a script which installs ruby then the gem passenger but rbenv rehash is not performed after the installation of the gem... I tried to look at the gem.pp source file and find no indication of a rbenv rehash execution after the gem installation.
Thanks.
The text was updated successfully, but these errors were encountered:
+1 having the same issue of a missing rbenv rehash after bundler is installed. I'm installing rbenv via puppet and attempting to automate bundle installation, so it's proving to be a bit of a challenge to work around.
Hi,
The readme states that "rbenv rehash is performed each time a new ruby or a new gem is installed.".
I try to make a script which installs ruby then the gem passenger but rbenv rehash is not performed after the installation of the gem... I tried to look at the gem.pp source file and find no indication of a rbenv rehash execution after the gem installation.
Thanks.
The text was updated successfully, but these errors were encountered: