Como faço para que a string Ruby “1.9.2” aponte para a versão final com RVM?

1

Estou usando o RVM para gerenciar meu ambiente Ruby no OSX, e atualmente ele está interpretando '1.9.2' como ruby-1.9.2-rc2 da versão final. Como posso atualizar isso para que ele se comporte como esperado?

    
por Adam Lassek 01.09.2010 / 05:52

1 resposta

2

Como isso não obteve resposta, fiz essa pergunta e recebi uma resposta sobre o estouro de pilha de michaelmichael .

Make sure you've updated rvm with the rvm update command. From there you can install 1.9.2 with rvm install 1.9.2. It'll install and compile ruby 1.9.2-p0. From there, it should interpret 1.9.2 as the final release. I'm also on a mac, and this worked for me after having rc2 installed.

    
por 03.09.2010 / 04:13

Tags