old-website/Gemfile

13 lines
193 B
Ruby
Raw Normal View History

source "http://rubygems.org"
2010-05-26 12:53:47 +05:30
gem 'rake'
gem 'rack'
2011-04-18 09:19:30 +05:30
gem 'jekyll'
gem 'rdiscount'
gem 'pygments.rb'
2011-04-18 09:19:30 +05:30
gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
2011-04-18 09:19:30 +05:30
gem 'rubypants'
gem 'rb-fsevent'