Skip to content

Instantly share code, notes, and snippets.

@technomancy
Created September 22, 2009 18:19
Show Gist options
  • Select an option

  • Save technomancy/191298 to your computer and use it in GitHub Desktop.

Select an option

Save technomancy/191298 to your computer and use it in GitHub Desktop.
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