blob: b3a23aec21be826a5305add1e407001e34fc7582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
source "http://rubygems.org"
gem 'rake'
gem 'rack'
gem 'jekyll'
gem 'rdiscount'
gem 'pygments.rb'
gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
gem 'rb-fsevent'
gem 'stringex'
|