diff --git a/Development-Environment-Setup:-Ubuntu.md b/Development-Environment-Setup:-Ubuntu.md index 9665dc5..30f7cfb 100644 --- a/Development-Environment-Setup:-Ubuntu.md +++ b/Development-Environment-Setup:-Ubuntu.md @@ -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 ```