On Fri, Dec 4, 2015, at 01:12, Frederick Cheung wrote: > > I don't really bother with it. There's a new ruby upgrade every couple of > months & so my gem collection starts afresh each time I update ruby (& I > am > fortunate in that I only ever really use one ruby version at a time) > > Fred >
There's also `gem cleanup` command which will remove all but latest version gems. Though usually followed by `bundle install` in each projects for reinstalling not-so-latest gems. And for complete gem isolation, there's always `--path` parameter for bundle install. -- 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/1449160111.3051379.457140545.472AC3CD%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.

