blog/Gemfile

18 lines
404 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2010-05-26 07:23:47 +00:00
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
gem 'jekyll-page-hooks', '~> 1.2'
gem 'rdiscount', '~> 2.0.7'
2012-05-24 02:20:03 +00:00
gem 'RedCloth', '~> 4.2.9'
2012-12-29 08:15:19 +00:00
gem 'haml', '~> 3.1.7'
gem 'compass', '~> 0.12.2'
gem 'sass-globbing', '~> 1.0.0'
2012-05-24 02:20:03 +00:00
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
end
gem 'sinatra', '~> 1.4.2'