Created
November 7, 2010 10:28
-
-
Save 5v3n/666052 to your computer and use it in GitHub Desktop.
Gemfile & .rvmrc for schacon/showoff
This file contains 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
rvm ree@showoff |
This file contains 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
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