On Mon, Jul 27, 2015 at 11:39 PM, Sage Jankowitz <[email protected]> wrote:
> I would like to uninstall all versions 3 or greater so I can work > through this project. I have been trying for most of today and I just > ​Use the command *rvm gemset create* to create a fresh new gemset where you can install the version of your choice. To move to that gemset, just type rvm use 2.0.0@GemsetName where 2.0.0 is the binary ruby version and GemsetName is your gemset. This allows you to dynamically switch between gemsets and not worry about ​uninstalling and installing individual gems and their dependencies Thanks, Ganesh -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CALFmRoFX4x6MsMpbmWepEm-%3DwFfABECQV3W1GN%3DP-iPaXsXuyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

