문제

I found this documentation. But it is not clear to me how specify RubyGems version in a .ruby-version file.

도움이 되었습니까?

해결책

I did this:

$ rvm install 1.8.7 -n rg142
$ rvm rubygems 1.4.2
$ echo '1.8.7-p374-rg142' > .ruby-version
$ rvm rvmrc load
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top