Skip to content

Instantly share code, notes, and snippets.

@nogweii
Created November 14, 2009 01:57
Show Gist options
  • Select an option

  • Save nogweii/234335 to your computer and use it in GitHub Desktop.

Select an option

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?!?
# 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