diff options
author | Xavier Noria <fxn@hashref.com> | 2012-09-17 13:59:45 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-09-17 13:59:45 -0700 |
commit | 5f34f12977852ada2186ea451663e98b0f9a8d28 (patch) | |
tree | 35b41a14bcc2d59643d86dcd2e4049e1c225a6bb /Gemfile | |
parent | a95ddf647580a8cb9347e557b4468c55d81fd026 (diff) | |
parent | 1fa5c3b39f5d0bb23c8c3d60b023613386629946 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |