I\'m trying to deploy a Rails app on an Apache2 server by using Phusion Passenger. While everything works well locally, I am getting the infamous \"Bundler::GemNotFound\" er
Try doing bundle install --path vendor/cache
bundle install --path vendor/cache