Skip to content

Commit 311d19b

Browse files
committed
Updating .rvmrc with gemset stuff.
1 parent 447bbaf commit 311d19b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.rvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rvm 1.8.7
1+
rvm 1.8.7@hackety-hack.com

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ This will make a 'hackety-hack.com' directory in the current directory.
2727

2828
You probably already have Ruby 1.8.7 installed on your computer. If not, see [the download page](http://www.ruby-lang.org/en/downloads/).
2929

30+
If you use `rvm` with Ruby, you should create a gemset:
31+
32+
$ rvm use 1.8.7
33+
$ rvm gemset create hackety-hack.com
34+
$ rvm use 1.8.7@hackety-hack.com
35+
36+
There is an .rvmrc file to facilitate switching into the correct Ruby when you cd into the project directory.
37+
3038
### Bundler
3139

3240
Bundler is a Ruby gem, so you can use the `gem` program to install it:

0 commit comments

Comments
 (0)