From 5287d3678d66f8d4d660ea685160665167cb3d86 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 12 Nov 2012 22:51:51 +0100 Subject: [PATCH] depend on voloko/sdoc again voloko/sdoc seems to be maintained again, in particular the issues that made us fork it are resolved. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e834ad99b5..b241cdc33c 100644 --- a/Gemfile +++ b/Gemfile @@ -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