Update rbenv ruby version (#671)

This commit is contained in:
skylerbunny 2018-08-20 11:08:10 -07:00 committed by Eugen Rochko
parent daee09cc56
commit 8c4531cf7b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ These are self-contained instructions for setting up a development environment o
```
rbenv init
rbenv install 2.5.0
rbenv install 2.5.1
```
- Install/configure bundler to use your local rbenv: