Saya bekerja di Ruby 2.6 cara melompat ke versi yang lebih rendah

#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