Install ruby gem files
27 September 2018
Install the gems on the destination machine from the local files:
cd /path/to/gems
gem install --force --local *.gem
Install the gems on the destination machine from the local files:
cd /path/to/gems
gem install --force --local *.gem