1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

depend on voloko/sdoc again

voloko/sdoc seems to be maintained again, in particular
the issues that made us fork it are resolved.
This commit is contained in:
Xavier Noria 2012-11-12 22:51:51 +01:00
parent 2a8b673bc4
commit 5287d3678d

View file

@ -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