Do you check in your rvmrc file?

Viewed 3709

Ruby Version Manager allows us to use an .rvmrc file in each project to set up which ruby version and gem set to load. Should this file be checked in to source control? Or does this presume too much about other developers' working environment?

2 Answers
Related