aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-09-17 13:59:45 -0700
committerXavier Noria <fxn@hashref.com>2012-09-17 13:59:45 -0700
commit5f34f12977852ada2186ea451663e98b0f9a8d28 (patch)
tree35b41a14bcc2d59643d86dcd2e4049e1c225a6bb /Gemfile
parenta95ddf647580a8cb9347e557b4468c55d81fd026 (diff)
parent1fa5c3b39f5d0bb23c8c3d60b023613386629946 (diff)
downloadrails-5f34f12977852ada2186ea451663e98b0f9a8d28.tar.gz
rails-5f34f12977852ada2186ea451663e98b0f9a8d28.tar.bz2
rails-5f34f12977852ada2186ea451663e98b0f9a8d28.zip
Merge pull request #7663 from sikachu/master-guide-markdown
Convert all the guides into GFM
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3364af787e..f0c06a19e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,7 @@ group :doc do
# for some weeks unapplied. As a temporary solution
# 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