Update ruby version from 2.4.2 to 2.5.0 (#528)

This commit is contained in:
Thomas Leister 2018-02-02 11:10:23 +01:00 committed by Eugen Rochko
parent f42e0ce5c8
commit 8a6a0f899d
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.4.2
rbenv global 2.4.2
rbenv install 2.5.0
rbenv global 2.5.0
```
**This will take some time. Go stretch for a bit and drink some water while the commands run.**