diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-06-09 00:28:42 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-06-09 10:06:14 +0200 |
commit | 0919c0dbca3df02f5cfff7dde4f61b85ef16d886 (patch) | |
tree | ad022ed8ac2b7bf94eeff03c365c3654da621426 /Gemfile | |
parent | f48aa14bf43fb103e5d128151061549ba6bb8c23 (diff) | |
download | rails-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-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |