From: Jan Svitok Date: 2006-11-07T02:26:36+09:00 Subject: Re: migrating my ruby gems On 11/6/06, Dave Rose wrote: > ...i would like to upgrade to 1.8.5.1...but my large gem collection are > preventing...i have so many gems stored into my 1.8.2. Windows directory > structure ...is there a quick way to do this???? I do: rename c:\ruby to c:\ruby-182 install 1.8.5 into c:\ruby then go to C:\ruby-182\lib\ruby\gems\1.8\cache and do gem install *.gem I suppose there will be problems with dependencies (order of installation), so if anything fails, I install the gems individually. Then I'd do global update and remove older no more needed gems.