@charlag Looks like the issue is “Operation not permitted” but I don’t know why. You should not need sudo for bundler.
Top-level
@charlag Looks like the issue is “Operation not permitted” but I don’t know why. You should not need sudo for bundler. No comments
|
@Gargron
thanks a lot for checking it.
default `bundle install` will install globally, doesn't it?
>By default, Bundler installs gems to the same location as gem install.
In some cases, that location may not be writable by your Unix user. In that case, Bundler will stage everything in a temporary directory, then ask you for your sudo password in order to copy the gems into their system location.