Skip to content

Instantly share code, notes, and snippets.

@curtis
Created September 29, 2009 19:31
Show Gist options
  • Save curtis/197215 to your computer and use it in GitHub Desktop.
Save curtis/197215 to your computer and use it in GitHub Desktop.
sudo gem uninstall rack (answer yes to remove dependencies and continue with uninstall)
mkdir ~/sources
cd ~/sources
git clone git://github.com/rack/rack.git
cd rack
sudo rake gem VERSION=1.0.0
sudo gem install rack-1.0.0.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment