Does heroku use rvm?

127 views Asked by At

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.

1

There are 1 answers

0
Michał Młoźniak On BEST ANSWER