How To Specify The Version Of A Gem To Use From The Command-Line
Sometimes you have multiple versions of a gem installed.
But when I invoke the gem executable the latest version is always used.
So how do you specify the version of the gem to use? You use _underscores_.
This doesn’t seem to be documented anywhere, but luckily we have StackOverflow.