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
With the proliferation of binstubs and the new practice of checking gem binaries into app/bin, the foreman module should trust the correct foreman binary is being executed.
I run bundle install without sudo since I have permissions setup correctly, and a proper gem setup that I can write to. sudo'ing bypasses my chruby, and the short of it is bundle is nowhere to be found for the sudoer.
One fix would be to not require sudo for this line. Another would be to not require sudo or bundle exec. I'd like to get feedback before working on a patch.
The text was updated successfully, but these errors were encountered:
With the proliferation of binstubs and the new practice of checking gem binaries into
app/bin
, the foreman module should trust the correct foreman binary is being executed.The problem is here.
I run
bundle install
without sudo since I have permissions setup correctly, and a proper gem setup that I can write to.sudo
'ing bypasses mychruby
, and the short of it isbundle
is nowhere to be found for thesudo
er.One fix would be to not require
sudo
for this line. Another would be to not requiresudo
orbundle exec
. I'd like to get feedback before working on a patch.The text was updated successfully, but these errors were encountered: