If I download a .gem file to a folder in my computer, can I install it later using gem install?
gem install
Also, you can use gem install --local path_to_gem/filename.gem
gem install --local path_to_gem/filename.gem
This will skip the usual gem repository scan that happens when you leave off --local.
--local
You can find other magic with gem install --help.
gem install --help
2.1m questions
2.1m answers
60 comments
57.0k users