Estoy trabajando en Ruby 2.6 Cómo saltar a una versión inferior

#ruby versioning
rvm install 2.4.2 # for download a specific version
rvm list # listing all existed version
rvm use version # to use the require ruby version
Glorious Gemsbok