aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: 5bb57ed4c5763584436ecb61f941a25b64646209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'