If I download a .gem file to a folder in my computer, can I install it later using gem install?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yup, when you do
|
||||
|
|
|
Also, you can use This will skip the usual gem repository scan that happens when you leave off You can find other magic with |
||||
|
|
|
you can also just use the full filename to your gem file:
this works as well -- it's probably the easiest way |
|||
|
|