Gem Problem with mongrel_cluster?

Hi, folks —

I’m trying to deploy my first rails app, but I’m having a problem on my local machine … everytime I try to install mongrel_cluster, this is what happens:

its_str_sm_1bt:~/sites/rails/currents Pete$ sudo gem install mongrel mongrel_cluster

Bulk updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while… Successfully installed mongrel-0.3.3 Installing ri documentation for mongrel-0.3.3… Installing RDoc documentation for mongrel-0.3.3… Install required dependency mongrel? [Yn] y ERROR: While executing gem … (Gem::GemNotFoundException) Could not find mongrel (>= 1.0.1 ) in any repository

I’m using OS X… anyone have any thoughts?

Pete Bekisz wrote:

I'm trying to deploy my first rails app, but I'm having a problem on my local machine ... everytime I try to install mongrel_cluster, this is what happens:

    Could not find mongrel (>= 1.0.1 ) in any repository

Try it again. It was probably just a server offline somewhere.

Pete Yandell

Try to run "ruby -v" -- mongrel 1.0.1 needs ruby 1.8.4 or higher. Make sure you have the correct version.