Created
September 29, 2009 19:31
-
-
Save curtis/197215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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