Merge branch 'fix_for_test_redcloth_version'

This commit is contained in:
Kris Brown
2010-01-05 22:21:22 +00:00

View File

@@ -1,5 +1,5 @@
require 'rubygems'
gem 'RedCloth', '= 4.2.1'
gem 'RedCloth', '>= 4.2.1'
require File.join(File.dirname(__FILE__), *%w[.. lib jekyll])