aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-09 00:28:42 -0300
committerJosé Valim <jose.valim@gmail.com>2010-06-09 10:06:14 +0200
commit0919c0dbca3df02f5cfff7dde4f61b85ef16d886 (patch)
treead022ed8ac2b7bf94eeff03c365c3654da621426 /Gemfile
parentf48aa14bf43fb103e5d128151061549ba6bb8c23 (diff)
downloadrails-0919c0dbca3df02f5cfff7dde4f61b85ef16d886.tar.gz
rails-0919c0dbca3df02f5cfff7dde4f61b85ef16d886.tar.bz2
rails-0919c0dbca3df02f5cfff7dde4f61b85ef16d886.zip
Removed textilize, textilize_without_paragraph and markdown helpers
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index acee230d23..19e532bc0b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -44,10 +44,6 @@ elsif RUBY_ENGINE == "jruby"
end
end
-# AP
-gem "RedCloth", ">= 4.2.2"
-gem "bluecloth", ">= 2.0.7"
-
group :documentation do
gem 'rdoc', '2.1'
end