Using the command-line gem
tool, how can I install a specific version of a gem?
7 s
Use the -v
flag:
$ gem install fog -v 1.8
Using the command-line gem
tool, how can I install a specific version of a gem?
Use the -v
flag:
$ gem install fog -v 1.8