blog/Gemfile

20 lines
449 B
Ruby
Raw Normal View History

source "http://rubygems.org"
2010-05-26 07:23:47 +00:00
group :development do
2012-12-29 08:15:19 +00:00
gem 'rake', '~> 0.9'
gem 'jekyll', '~> 0.12'
gem 'rdiscount', '~> 2.0.7'
2012-12-29 08:15:19 +00:00
gem 'pygments.rb', '~> 0.3.4'
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'
2013-07-02 03:14:46 +00:00
gem 'sass', '~> 3.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'
gem 'liquid', '~> 2.3.0'
end
gem 'sinatra', '~> 1.4.2'