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