aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-31 12:01:06 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:54:21 -0400
commit544f6bcb9095cfc826f892e6bfafee6a9bafa494 (patch)
tree39fd19a2097cd42bbc693707797b60e08fc5cbf8 /Gemfile
parentfd9867c7dea8f030bd712a2e407de25c43b6c400 (diff)
downloadrails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.tar.gz
rails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.tar.bz2
rails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.zip
Start rewriting 4.0 release note into Markdown
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3364af787e..3df8a70aa3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,6 +36,7 @@ group :doc do
# this is our own fork with the fix.
gem 'sdoc', github: 'fxn/sdoc'
gem 'RedCloth', '~> 4.2'
+ gem 'redcarpet', '~> 2.1.1'
gem 'w3c_validators'
end