Если я правильно помню, если вы запустите что-то вроде bundle install ./runner
, он запомнит путь ./runner
.bundle install --system
должно это исправить.Я думаю.
См. Справочную страницу :
--path=<path>
The location to install the gems in the bundle to.
This defaults to the gem home, which is the location
that gem install installs gems to. This means that, by
default, gems installed without a --path setting will
show up in gem list. This setting is a remembered option.
--system
Installs the gems in the bundle to the system location.
This overrides any previous remembered use of --path.