Finally got it working, had to upgrade to Ruby 1.8.6 for the Gem update to run successfully (it was saying I'm on 1.8.5, expecting 1.8.6). So I had to build Ruby from source for CentOS 5.2 x64.
Also the 2nd half of this script to install Gem 1.3.5 was useful. http://github.com/albertsj1/Misc-Scripts/raw/master/install_gems.sh Thanks! On Feb 24, 5:19 pm, Hassan Schroeder <[email protected]> wrote: > On Tue, Feb 23, 2010 at 10:29 PM, rezilient <[email protected]> wrote: > > ERROR: While executing gem ... (Gem::GemNotFoundException) > > Could not find passenger (> 0) in any repository > > When I checked the "gem env" it says: > > > RubyGems Environment: > > - VERSION: 0.9.4 (0.9.4) > > Your version of gem is ancient -- current version is 1.3.6. > > Try `gem update --system` and see if that brings you current. Then > you shouldn't have any trouble installing those other gems. > > -- > Hassan Schroeder ------------------------ [email protected] > twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

