From: sto.mar@... Date: 2012-10-12T03:51:16+09:00 Subject: Re: rvm: installing latest development version of Ruby Am 11.10.2012 20:11, schrieb Roger Pack: > rvm has a google group you might ask. Sorry, I did want to post an update, but forgot: RVM uses by default the GitHub Ruby repository, which at the moment is not synchronized with the official MRI svn repository (since about 14 days), see . But you can configure RVM to use the official repo: Setting ruby_repo_url=http://svn.ruby-lang.org/repos/ruby/trunk in $rvm_path/user/db worked fine for me. --