mark-moseley / ruby_core_source

Retrieve ruby core source files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails for unprivileged users

cgriego opened this issue · comments

I'm not sure why this gem is writing to the ruby folder, but when I try to install linecache19 it uses this gem which tries to write there and fails because I'm using a system-owned version of ruby but I'm doing the gem install with an unprivileged user with Bundler to a custom path. linecache[18] worked fine.