I’ve got a bunch of installed ruby gems on one PC and want to copy them to another PC that has no internet connection. Is that possible to pack installed gems back to *.gem files and then use “gem install %path_to_local_gem%” command to install them?
Share
If you are using bundler. You may install your application gems in a machine with no internet connection by issuing:
For that you have to have installed bundler in the first place, of course. Maybe you can even find it in your OS’s package system.