Updated Development Environment Setup: Ubuntu (markdown)

Andy Brett
2021-04-08 07:21:01 -07:00
parent 2ddc7dd8f3
commit c0a80dcb1b

@@ -54,8 +54,8 @@ exec $SHELL
git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
rbenv install 2.3.7
rbenv global 2.3.7
rbenv install 2.5.8
rbenv global 2.5.8
ruby -v
```