Skip to content

Instantly share code, notes, and snippets.

@johnbintz
Created July 19, 2011 13:09
Show Gist options
  • Save johnbintz/1092247 to your computer and use it in GitHub Desktop.
Save johnbintz/1092247 to your computer and use it in GitHub Desktop.
Install new Ruby using RVM and with require patch
file="/tmp/ruby-1.9.2p290.patch"
curl https://raw.github.com/gist/1008945/4edd1e1dcc1f0db52d4816843a9d1e6b60661122/ruby-1.9.2p290.patch > $file
rvm install 1.9.2 --patch $file
rvm 1.9.2
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment