Is it possible to update the list of known rubies (what you get with rvm list known
) without upgrading the entirety of rvm?
相关问题
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
- reference to a method?
- ruby 1.9 wrong file encoding on windows
- gem cleanup shows error: Unable to uninstall bundl
相关文章
- Ruby using wrong version of openssl
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- “No explicit conversion of Symbol into String” for
- Segmentation fault with ruby 2.0.0p247 leading to
- How to detect if an element exists in Watir
- uninitialized constant Mysql2::Client::SECURE_CONN
- ruby - simplify string multiply concatenation
mpapis answer and opinion is 100% correct. The settings I had in my laptop is below.
Add the the line
rvm_autoupdate_flag=2
to~/.rvmrc
. It will auto update Rvm, all the time, whenever you will do likervm list known
.Example:
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):you should be good with sticking to master (as it's stable) to get latest versions: