Update ruby version (#404)

This commit is contained in:
Yuta Hiroto 2017-09-28 17:46:42 +09:00 committed by Eugen Rochko
parent 0178711a2c
commit 80ced41f42
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ Now that [`rbenv`](https://github.com/rbenv/rbenv) and [`ruby-build`](https://gi
To enable [Ruby](https://www.ruby-lang.org/en/), run: To enable [Ruby](https://www.ruby-lang.org/en/), run:
```sh ```sh
rbenv install 2.4.1 rbenv install 2.4.2
rbenv global 2.4.1 rbenv global 2.4.2
``` ```
**This will take some time. Go stretch for a bit and drink some water while the commands run.** **This will take some time. Go stretch for a bit and drink some water while the commands run.**