Mongrel 1.1 Gem no showing up

When I go to run gem update mongrel I get the lastest version as 1.0.4. Anyone else seeing this problem?

-Ron

I have this problem. I'm trying to figure out what version of mongrel I even need now. Rails got udpated to 1.2.4 and now mongrel won't run. I had 1.0.1. I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1 work with Rails 1.2.4 and/or 1.2.5 ?

Ronald Valente wrote:

This sounds like a Rails problem, not a Mongrel problem. More to the point, this sounds like you have something Rails 1.2.3 specific in your app code. Do you have a line like this in your config/environment.rb ?

RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION

-faisal

If I do a "gem search --remote mongrel" I get the following output.

mongrel (1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0, 0.3.13.4, 0.3.13.3,
0.3.13.2, 0.3.13.1, 0.3.13, 0.3.12.4, 0.3.12.3, 0.3.12.2, 0.3.12.1,
0.3.12, 0.3.11, 0.3.10.1, 0.3.10, 0.3.9, 0.3.8, 0.3.7.1, 0.3.7, 0.3.6,
0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3, 0.2.2, 0.2.1, 0.2.0)      A small fast HTTP library and server that runs Rails, Camping,
Nitro      and Iowa apps.

- Ron

Yeah, thanks you're right, that was my fault. Newbie error. I guess the question remains about the Mongrel 1.1 gem.

Faisal N Jawdat wrote: