Skip to content

Instantly share code, notes, and snippets.

@bobthecow
Created August 11, 2013 17:50
Show Gist options
  • Save bobthecow/80dfc9e2e6f04c79dc4c to your computer and use it in GitHub Desktop.
Save bobthecow/80dfc9e2e6f04c79dc4c to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'nanoc'
gem 'bitly'
gem 'builder'
gem 'typogruby'
gem 'kramdown'
gem 'coderay'
gem 'libv8', '3.11.8.13'
gem 'therubyracer'
gem 'less'
gem 'uglifier'
gem 'rainpress'
gem 'json'
gem 'activesupport'
gem 'i18n'
gem 'nokogiri'
gem 'systemu'
gem 'ffi'
gem 'fast-aleck'
gem 'httparty'
group :development do
gem 'pry'
gem 'adsf'
gem 'fssm'
gem 'mime-types'
gem 'terminal-notifier'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment