/ / Actualización de Ruby 1.9.2 a 1.9.3 Error - ruby-on-rails, ruby

Actualización de Ruby 1.9.2 a 1.9.3 Error - ruby-on-rails, ruby

Tuve rubí 1.9.2 instalado previamente, y ahora me gustaría actualizarlo a la versión 1.9.3 para que pueda instalar Rails, pero sigo recibiendo este error:

ruby-1.9.3-p484 - #downloading rubygems-2.2.2

There is no checksum for "http://production.cf.rubygems.org/rubygems/rubygems-2.2.2.tgz"
for "rubygems-2.2.2.tgz", it"s not possible to validate it.
This could be because your RVM install"s list of versions is out of date. You may want to
update your list of rubies by running "rvm get stable" and try again.
If that does not resolve the issue and you wish to continue with unverified download
add "--verify-downloads 1" after the command.

Ya lo he intentado:

  • rvm get stable
  • rvm get head
  • gem update --system

Sin embargo, todavía me sale el mismo error. estoy usando JewelryBox para instalar la versión 1.9.3.

Respuestas

0 para la respuesta № 1

Prueba esto.

Para instalar RVM

curl -L https://get.rvm.io | bash -s stable --ruby

Entonces

rvm install 1.9.3 --with-gcc=clang

0 para la respuesta № 2

Pruebe el siguiente comando:

rvm install 1.9.3 --verify-downloads 1