Skip to content

Instantly share code, notes, and snippets.

@kurnias
Created August 31, 2012 06:15
Show Gist options
  • Save kurnias/3549580 to your computer and use it in GitHub Desktop.
Save kurnias/3549580 to your computer and use it in GitHub Desktop.
Gemfile
source "http://rubygems.org"
group :development do
gem 'rake', '~> 0.9.2'
gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.11.2'
gem 'rdiscount', '~> 1.6.8'
gem 'pygments.rb', '~> 0.2.12'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.6'
gem 'compass', '~> 0.12.1'
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0'
gem 'flickraw'
end
gem 'sinatra', '~> 1.3.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment