Ruby on Rails Monday, July 27, 2015

Wow! Never heard about. 

On Monday, July 27, 2015 at 3:09:16 PM UTC-4, Ganesh Ranganathan wrote:

On Mon, Jul 27, 2015 at 11:39 PM, Sage Jankowitz <li...@ruby-forum.com> 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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/efce63fd-0502-4130-a56e-91c876bc3786%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment