Commit Graph

2 Commits

Author SHA1 Message Date
Nate Hardison
1f1a43a424 Change Ruby gemset to edx-platform
The `create-dev-env.sh` script now creates a gemset called edx-
platform, so make sure that this matches.

The right thing to do would be to have `create-dev-env.sh` peek at
this file and create a gemset with the appropriate name.
2013-05-31 17:46:24 -07:00
Nate Hardison
2b17904c93 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).
2013-05-01 10:22:57 -07:00