Change Ruby version. (#627)

Change Ruby version.
This commit is contained in:
Themanwhoisit 2018-05-25 21:36:30 +02:00 committed by Eugen Rochko
parent 36919ba611
commit 7c7e457ca2
1 changed files with 2 additions and 2 deletions

View File

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