Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created June 8, 2011 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrrooijen/1014424 to your computer and use it in GitHub Desktop.
Save mrrooijen/1014424 to your computer and use it in GitHub Desktop.
Ruby 1.9.2 c.load patch with RVM
curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/load.patch
rvm get head # always good to make sure you're up to date with RVM
rvm reload
rvm install ruby-1.9.2-p180 --patch /tmp/load.patch -n patched
rvm use ruby-1.9.2-p180-patched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment