aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorrohit <rohit.arondekar@gmail.com>2010-06-08 16:52:48 +0530
committerJosé Valim <jose.valim@gmail.com>2010-06-08 17:00:11 +0200
commit47bf19c8485ecead7280019c4815a2ed4f2161d5 (patch)
tree4856bd09630c97ee5e8cee4defeb0f2ceb7445bd /Gemfile
parent9d33c2ab6f29e7be32f3b3607f89f2fbc888853b (diff)
downloadrails-47bf19c8485ecead7280019c4815a2ed4f2161d5.tar.gz
rails-47bf19c8485ecead7280019c4815a2ed4f2161d5.tar.bz2
rails-47bf19c8485ecead7280019c4815a2ed4f2161d5.zip
Made markdown honor :safe option and handle safe input. Also added tests for markdown.
[#4794 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e91c56902b..acee230d23 100644
--- a/Gemfile
+++ b/Gemfile
@@ -46,6 +46,7 @@ end
# AP
gem "RedCloth", ">= 4.2.2"
+gem "bluecloth", ">= 2.0.7"
group :documentation do
gem 'rdoc', '2.1'