-
-
Save bobthecow/80dfc9e2e6f04c79dc4c to your computer and use it in GitHub Desktop.
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 '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