flowerbox/Gemfile

10 lines
123 B
Ruby
Raw Normal View History

2012-03-20 20:46:33 +00:00
source :rubygems
2012-03-20 21:27:43 +00:00
gem 'redcarpet', '~> 1'
2012-03-20 20:46:33 +00:00
gem 'jekyll'
gem 'compass'
gem 'foreman'
2012-03-20 21:27:43 +00:00
gem 'guard'
gem 'haml'
gem 'guard-haml'