ruby on rails - Passenger: Could not find rake-10.0.4 in any of the sources (Bundler::GemNotFound) -
i have rails app running on debian apache2 + passenger message passenger:
error message: not find rake-10.0.4 in of sources (bundler::gemnotfound)
the strange thing rake-10.0.4 seems installed:
> bundle show gems included bundle: * ... * rake (10.0.4) * ...
do have idea come ? !
i think i've been struggling problem - posted solution at:
it sounds passenger configuration pointing different version of ruby 1 using run bundler
check ruby version rvm using:
$ rvm env --path
find passenger.conf
, update passengerruby
- can using config utility provided passenger
passenger-config --ruby-command
make sure use use qualified path before passenger-config
(to avoid frustrating late night mistake)
Comments
Post a Comment