Is it possible to update the list of known rubies (what you get with rvm list known
) without upgrading the entirety of rvm?
First of all, update your RVM installation by running rvm get stable . To make sure you're running the new RVM version, you'll then need to run rvm reload (or just open a new terminal). Once that's done, you can ask RVM to list the ruby versions available to install by running rvm list known .
No it is not, some of the version changes require changes in code, you should be good with sticking to stable to keep more stability (if that is your concern):
rvm get stable
you should be good with sticking to master (as it's stable) to get latest versions:
rvm get master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With