diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-08 16:01:36 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-08 16:01:36 -0800 |
commit | b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252 (patch) | |
tree | 3ac968a772ab0c7c87cd206a20159af625793612 | |
parent | 1c6f4562d788cd5b63889b9597bc1765a1bd75e0 (diff) | |
download | rails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.tar.gz rails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.tar.bz2 rails-b45a90f9b0c9bed696a85e7ff96abc3aeb1b6252.zip |
redcloth does not install on 1.9.3
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |