I have a rails app running on debian with apache2 + passenger but I get this message from passenger:
Error message:
Could not find rake-10.0.4 in any of the sources (Bundler::GemNotFound)
The strange thing is that rake-10.0.4 seems to be already installed:
> bundle show
Gems included by the bundle:
* ...
* rake (10.0.4)
* ...
Do someone have any idea where does that come from ? Thanks !