ruby on rails - Bundler is ghost-bundling - it uses the gem but passenger returns a GemNotFoundError -


I am using Rail 2.3.11 and Bundler 1.0.10.

Passenger error returns

  Addressable in any source -2.2.4 could not be found (bundler :: Jenot Fount)   < P> I have manually installed 2.2.4 and I bundled it with  Mani 'Addressable', '2.2.4' with  a  install bundle  And the bundler says  the use of addressable (2.2.4) .  

Still there is an error above.

I am using passenger as an Apache 2 module. I am using RVM with Ruby 1.9.2. Passenger runs with 1.8.7. Even switching to Ruby 1.8.7 does not solve the problem.

What Zachary said, is making sure that you have chosen the correct gemset, the project Be sure to run

Install bundle in the directory. In my case for a padino project, once I used to bundle, it worked fine (with that gametet).

Comments