Skip to content

Instantly share code, notes, and snippets.

@Danilo-Araujo-Silva
Last active March 20, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Danilo-Araujo-Silva/f00fdc4f3f49ad272ed2a23bb9c390ab to your computer and use it in GitHub Desktop.
Save Danilo-Araujo-Silva/f00fdc4f3f49ad272ed2a23bb9c390ab to your computer and use it in GitHub Desktop.
Install Latest Ruby, Rails and Update All Gems
# Official rvm documentation: https://rvm.io/
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash
rvm install ruby --latest
gem install rails
gem update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment