aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bb97210389..fc279d03e4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "mocha", ">= 0.9.8"
group :doc do
gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3"
- gem "RedCloth", "~> 4.2"
+ gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
end
# AS