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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

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: