Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
940 views
in Technique[技术] by (71.8m points)

ruby - Update RVM list known

Is it possible to update the list of known rubies (what you get with rvm list known) without upgrading the entirety of rvm?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...