RVM Best Practices claims that in order to connect a project to a specific version of Ruby, you must specify this version in a specific rvmrc
project.
This SO answer says that in most situations you should specify the Ruby version in the .ruby-version
file.
Geroku says you must specify the version of Ruby in the Gemfile
.
What is the correct way to specify a version of Ruby using RVM if the application is deployed to Heroku?
source share