From dbfc6b8b3a6d406ef335703b2263eca0c5a94846 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 15 Dec 2011 15:22:14 -0800 Subject: removes Ruby constraint in RedCloth dependency --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ea4869a89e..307ba8f0b8 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ group :doc do # for some weeks unapplied. As a temporary solution # this is our own fork with the fix. gem 'sdoc', :git => 'git://github.com/fxn/sdoc.git' - gem 'RedCloth', '~> 4.2' if RUBY_VERSION < '1.9.3' + gem 'RedCloth', '~> 4.2' gem 'w3c_validators' end -- cgit v1.2.3