Install spesific version
rbenv install 3.0.2
Set version
rbenv global 3.0.2
rbenv local 3.0.2
Verbose install
rbenv install --verbose 3.0.2
Show list you could install
rbenv install --list
Pull if ruby version not exist (using ruby build plugins)
git -C "$(rbenv root)"/plugins/ruby-build pull
Can’t pull? Install ruby-build first! as plugin.