Skip to content

Instantly share code, notes, and snippets.

@holodigm
Last active August 29, 2015 14:00
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 holodigm/11391921 to your computer and use it in GitHub Desktop.
Save holodigm/11391921 to your computer and use it in GitHub Desktop.
get ruby on ubuntu 12
apt-get install python-software-properties
apt-add-repository ppa:brightbox/ruby-ng
apt-get update
apt-get install ruby rubygems ruby-switch ruby2.1 ruby2.1-dev -y
ruby-switch --set ruby2.1
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment