From: Brian Candler Date: 2007-02-12T18:09:56+09:00 Subject: Re: editing environment.rb files On Mon, Feb 12, 2007 at 02:25:05AM +0900, Rae wrote: > I did a search on the internet to try to find a way to get rid of > message: > C:0:Warning: require_gem is obsolete. Use gem instead. > > I found in an old archive, the following suggestion: > "You can fix it in environment.rb. Find the 'require_gem' lines and > replace them with 'gem' " > > When I do a search on my computer for this environment.rb file, I > find several of them in various folders, but many do not show up as to > their location. As usual, the best way to do anything in Windows is to do it in DOS :-) Start -> Run... cmd C:\> dir \environment.rb /s will find you all the files (with their locations!), and C:\> edit \path\to\environment.rb will let you edit them. Regards, Brian.