I have no permission to install gems on default Ruby system path,
I tried to downloaded all the requires gem in a folder.
How can I install those gem without permission ?
Because I require some extra gems in the script
require 'roo'
require 'writeexcel'
Thanks