Skip to content

Instantly share code, notes, and snippets.

@snicol
Created October 21, 2011 08:45
Show Gist options
  • Save snicol/1303376 to your computer and use it in GitHub Desktop.
Save snicol/1303376 to your computer and use it in GitHub Desktop.
Fixes dependency issues for smeagol.
gem uninstall smeagol gollum sinatra rack
gem uninstall sinatra =v=1.3.3 # just to make sure
gem install sinatra -v=1.1.3 --no-ri --no-rdoc
gem install rack -v=1.2.4 --no-ri --no-rdoc
gem install smeagol --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment