diff options
author | Xavier Noria <fxn@hashref.com> | 2012-11-12 22:51:51 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-11-12 22:51:59 +0100 |
commit | 5287d3678d66f8d4d660ea685160665167cb3d86 (patch) | |
tree | b2010ef224a462158e79c30d02b7d185f24a89d4 /Gemfile | |
parent | 2a8b673bc4c199e19f6ad73977a1eb72f39a22d4 (diff) | |
download | rails-5287d3678d66f8d4d660ea685160665167cb3d86.tar.gz rails-5287d3678d66f8d4d660ea685160665167cb3d86.tar.bz2 rails-5287d3678d66f8d4d660ea685160665167cb3d86.zip |
depend on voloko/sdoc again
voloko/sdoc seems to be maintained again, in particular
the issues that made us fork it are resolved.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ group :doc do # to a bug, but the PR that fixes it has been there # for some weeks unapplied. As a temporary solution # this is our own fork with the fix. - gem 'sdoc', github: 'fxn/sdoc' + gem 'sdoc', github: 'voloko/sdoc' gem 'redcarpet', '~> 2.2.2', platforms: :ruby gem 'w3c_validators' end |