On 10/5/04 8:59 AM, "Its Me" <itsme213 / hotmail.com> wrote: > I updated my rubygems to 0.8.1, then tried to install rails and got this > failure. What am I doing wrong? > > Thanks! > > C:\DOCUME~1\DESMOND>gem -i rubygems > Attempting local installation of 'rubygems' > -> Local installation can't proceed: Unknown gem file 'rubygems' > Attempting remote installation of 'rubygems' > Successfully installed rubygems-update version 0.8.1 Did you run "update_rubygems" after you installed the "rubygems-update" gem? Per Chad's 0.8.x instructions: $ gem install rubygems-update $ update_rubygems We will fix this two-step process in the future. > > C:\DOCUME~1\DESMOND>gem -i rails > Attempting local installation of 'rails' > -> Local installation can't proceed: Unknown gem file 'rails' > Attempting remote installation of 'rails' > undefined method `version_requirement' for #<Gem::Dependency:0x53a52d8>