Replacing .rvmrc with .ruby-gemset

In order to avoid duplicating the Ruby version between the `.rvmrc`
and the `.ruby-version`, we'll get rid of the `.rvmrc` and use the
`.ruby-gemset` file to specify the gemset. These files are supported
by RVM as documented [here](https://gist.github.com/fnichol/1912050).
This commit is contained in:
Nate Hardison
2013-04-24 13:18:12 -07:00
parent 61ca49ac36
commit 2b17904c93
2 changed files with 1 additions and 1 deletions

1
.ruby-gemset Normal file
View File

@@ -0,0 +1 @@
mitx

1
.rvmrc
View File

@@ -1 +0,0 @@
rvm use 1.9.3-p374@mitx