redcloth set to >= 4.2.1

This commit is contained in:
Kris Brown 2010-01-02 13:17:58 +00:00
parent 2f2e45bedf
commit 39a487cdf0
1 changed files with 1 additions and 1 deletions

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])