Does heroku use rvm or rbenv?
I'm reading https://github.com/heroku/stack-images/blob/master/bin/cedar-14.sh
and there's no mention of rvm. Yet I know for a fact then when you do
git push heroku master
the apropriate ruby magically manifests itself in the remote heroku lxc container.