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:
parent
2a8b673bc4
commit
5287d3678d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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
|
||||
|
|
Loading…
Reference in a new issue