@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.
@charlag Usually it’s still within your home directory though, at least when rbenv is involved