Already make some script for a host with ruby, i 've got some trouble while deploy. I have no problem on my local but i got "no such file to load" however it already successfully installed.
Ensuring the installation, i repeat my installation steps
gem install "module" -y
i move all cache file for gems to other path, you can also delete it.
mkdir mybackup mv /home/your_username/ruby/gems/cache mybackup
Cpanel said...