Checks
Describe your suggestion
Add step by step instructions on how to update ruby version.
- cd to ~/.rbenv
- git pull
- ~/.rbenv/bin/rbenv init
- cd ~/.rbenv/plugins/ruby-build
- git pull
- rbenv install --list-all (to check versions available)
- rbenv install x.y.z (install x.y.z version) e.g rbenv install 3.4.6
Path
Ruby / Rails
Lesson Url
https://www.theodinproject.com/lessons/ruby-installing-ruby#step-2-install-ruby
(Optional) Discord Name
No response
(Optional) Additional Comments
No response