You can install all gems manually using gem install gemname . In your situation or if you do not have sudo privileges, it may be recommended to install gem files locally in your user directory using
gem install
You can also install your gems locally using the bundler:
bundle install
source share