blog/Gemfile

13 lines
207 B
Ruby
Raw Normal View History

source "http://rubygems.org"
2010-05-26 07:23:47 +00:00
gem 'rake'
gem 'rack'
2011-04-18 03:49:30 +00:00
gem 'jekyll'
gem 'rdiscount'
gem 'pygments.rb'
2011-04-18 03:49:30 +00:00
gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
2011-04-18 03:49:30 +00:00
gem 'rubypants'
gem 'rb-fsevent'
gem 'stringex'