I'm following the guide for installing Passenger on Ubuntu, but when running
sudo apt-get install libapache2-mod-passenger
it tries to install Ruby 1.9.1. I already have Ruby 2.1.0 (installed via RVM). How can I make Passenger use the existing Ruby instead of installing the new one?