mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
06e8c51a1a
Obviously Liquid 2.3.0 seems to cause problems, see: http://www.yodi.me/blog/2011/10/24/github-custom-domain-with-octopress-in-ubuntu-oneiric-11-dot-10/ http://stackoverflow.com/questions/7801197/syntax-highlighting-with-pygments-is-failing-via-liquid-templates-string-error
19 lines
304 B
Ruby
19 lines
304 B
Ruby
source "http://rubygems.org"
|
|
|
|
group :development do
|
|
gem 'rake'
|
|
gem 'rack'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'pygments.rb'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|
|
gem 'stringex'
|
|
gem 'liquid', '2.2.2'
|
|
end
|
|
|
|
gem 'sinatra', '1.2.6'
|