Created
November 14, 2009 01:57
-
-
Save nogweii/234335 to your computer and use it in GitHub Desktop.
wtf ruby gems. I just want the twitter gem! And how come you can't install rack nor thin?!?
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
| # s gem install twitter | |
| Your Password: | |
| Building native extensions. This could take a while... | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing twitter: | |
| rack requires thin (>= 0, development) | |
| # s gem install thin | |
| ERROR: Error installing thin: | |
| thin requires rack (>= 1.0.0, runtime) | |
| # s gem install rack | |
| ERROR: Error installing rack: | |
| rack requires thin (>= 0, development) | |
| # s 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