aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-08 16:01:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-08 16:01:36 -0800
commitb45a90f9b0c9bed696a85e7ff96abc3aeb1b6252 (patch)
tree3ac968a772ab0c7c87cd206a20159af625793612 /Gemfile
parent1c6f4562d788cd5b63889b9597bc1765a1bd75e0 (diff)
downloadrails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.tar.gz
rails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.tar.bz2
rails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.zip
redcloth does not install on 1.9.3
Diffstat (limited to 'Gemfile')
-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