aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-11-12 22:51:51 +0100
committerXavier Noria <fxn@hashref.com>2012-11-12 22:51:59 +0100
commit5287d3678d66f8d4d660ea685160665167cb3d86 (patch)
treeb2010ef224a462158e79c30d02b7d185f24a89d4 /Gemfile
parent2a8b673bc4c199e19f6ad73977a1eb72f39a22d4 (diff)
downloadrails-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
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