updating rvmrc to use a gemset

This commit is contained in:
2012-09-04 11:53:57 -04:00
parent d92257c68e
commit 9bf7557b30
+6 -1
View File
@@ -1 +1,6 @@
rvm use 1.9.3
# create the gemset if it does not exist
rvm_gemset_create_on_use_flag=1
# switch to default ruby version when exiting directory
rvm_project_rvmrc_default=1
# use ruby 1.8.7 with a specific gemset
rvm [email protected]