diff --git a/test/helper.rb b/test/helper.rb index f2fd5afb..8521bdb4 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -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])