Skip to content

Instantly share code, notes, and snippets.

@jdoss
Created March 22, 2013 03:27
Show Gist options
  • Save jdoss/5218727 to your computer and use it in GitHub Desktop.
Save jdoss/5218727 to your computer and use it in GitHub Desktop.
$ cat Gemfile
source "http://rubygems.org"
group :development do
gem 'rake', '~> 10.0.3'
gem 'rack', '~> 1.5.0'
gem 'jekyll', '~> 0.12.0'
gem 'redcarpet', '~> 2.2.2'
gem 'pygments.rb', '~> 0.3.4'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'
gem 'compass', '~> 0.12.2'
gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0'
gem 'tzinfo', '~> 0.3.35'
gem 'stitch-rb'
gem 'uglifier'
gem 'json'
gem 'execjs'
gem 'therubyracer'
# Guard related
gem 'guard'
gem 'guard-shell'
gem 'guard-compass'
gem 'guard-coffeescript'
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false
end
group :test do
gem "minitest", "~> 4.6"
end
gem 'sinatra', '~> 1.3.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment