Skip to content

Instantly share code, notes, and snippets.

@kennyj
Created October 4, 2012 17:00
Show Gist options
  • Save kennyj/3834952 to your computer and use it in GitHub Desktop.
Save kennyj/3834952 to your computer and use it in GitHub Desktop.
how to apply falcon patch when using rvm
$ wget https://raw.github.com/gist/3721565/91bcda69e3fb998fe160707b8a80334327cc9e61/falcon.patch
$ rvm install ruby-1.9.3-p194-falcon --patch falcon.patch -j 3
$ rvm use 1.9.3-p194-falcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment