Using the command-line gem tool, how can I install a specific version of a gem?

7 s
7

Use the -v flag:

$ gem install fog -v 1.8

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *