I get one error while try to install ruby 1.9.3 with rvm 1.25.28
rvm install 1.9.3
Error:
There was an error while trying to resolve rubygems version for 'latest'.
Halting the installation
rvm use 1.9.3
Error:
Gemset '' does not exist, 'rvm ruby-1.9.3-p547 do rvm gemset create ' first, or append '--create'.
To solve the above error
rvm use 1.9.3@newgemset --create --default
Hope this helps who install ruby 1.9.3 with rvm 1.25.28
rvm install 1.9.3
Error:
There was an error while trying to resolve rubygems version for 'latest'.
Halting the installation
rvm use 1.9.3
Error:
Gemset '' does not exist, 'rvm ruby-1.9.3-p547 do rvm gemset create ' first, or append '--create'.
To solve the above error
rvm use 1.9.3@newgemset --create --default
Hope this helps who install ruby 1.9.3 with rvm 1.25.28