I'm using Rails 2.3.11 and Bundler 1.0.10.
Passenger returns the error
Could not find addressable-2.2.4 in any of the sources (Bundler::GemNotFound)
I installed manually addressable 2.2.4 and I bundled it with gem 'addressable', '2.2.4' did a bundle install and bundler says Using addressable (2.2.4).
Still there is the error of above.
I'm using Passenger as an Apache2 module. I'm using RVM with Ruby 1.9.2. Passenger runs with 1.8.7. Even switching Ruby to 1.8.7 using RVM doesn't solve the problem.