Created
September 22, 2009 18:19
-
-
Save technomancy/191298 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| phil@enigma ~ $ sudo gem install sinatra | |
| Building native extensions. This could take a while... | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing sinatra: | |
| rack requires thin (>= 0, development) | |
| phil@enigma ~ $ sudo gem install rack thin | |
| ERROR: Error installing rack: | |
| rack requires thin (>= 0, development) | |
| ERROR: Error installing thin: | |
| thin requires rack (>= 1.0.0, runtime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment