How to install Gems

This is the part two of the series on how to install Ruby, Gems, and Rails.

If you have already installed Ruby. Then you might have already installed Gems with it. To check if you already have Gems installed. Type this on your command line:

gems -v

If it showed something like this;

image

Then gem is already installed. Your version might be different from mine. But that’s ok.

Leave a comment