Update docs for new Ruby version

This commit is contained in:
c v t 2019-09-06 14:33:38 +02:00
parent 2521064a34
commit a643595a95
1 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ advised that you use [RVM](https://rvm.io/rvm/install).
Once you've got that installed and configured, get the latest version of Ruby with: Once you've got that installed and configured, get the latest version of Ruby with:
```bash ```bash
$ rvm install 2.4.2 $ rvm install 2.4.7
``` ```
Select that version and then create an isolated [gemset](https://rvm.io/gemsets/basics) with: Select that version and then create an isolated [gemset](https://rvm.io/gemsets/basics) with:
```bash ```bash
$ rvm use 2.4.2 $ rvm use 2.4.7
$ rvm gemset create autonomic $ rvm gemset create autonomic
$ rvm gemset use autonomic $ rvm gemset use autonomic
``` ```
@ -58,7 +58,7 @@ You can edit content in the `.md` files under `src` and `src/_posts`.
When you're hacking later on (or in a new shell), you'll need to run: When you're hacking later on (or in a new shell), you'll need to run:
``` bash ``` bash
$ rvm use 2.4.2 $ rvm use 2.4.8
$ rvm gemset use autonomic $ rvm gemset use autonomic
``` ```