Skip to content

Instantly share code, notes, and snippets.

@5v3n
Created November 7, 2010 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5v3n/666052 to your computer and use it in GitHub Desktop.
Save 5v3n/666052 to your computer and use it in GitHub Desktop.
Gemfile & .rvmrc for schacon/showoff
rvm ree@showoff
source :rubygems
gem "sinatra"
gem "bluecloth"
gem "nokogiri"
gem "json"
gem "gli",">= 1.1.1"
gem "showoff" #for showoff cli commands
gem "rmagick" #for image processing features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment