Don't forget to activate that gemset.

This commit is contained in:
Luke Murphy
2017-09-24 00:52:46 +02:00
parent b6dc4dd3b5
commit 6a12122b7e

View File

@ -19,6 +19,7 @@ Select that version and then create an isolated [gemset](https://rvm.io/gemsets/
```bash
$ rvm use 2.4.2
$ rvm gemset create autonomic
$ rvm gemset use autonomic
```
Then you can get your Ruby dependencies installed with: