mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
use our own fork of sdoc while Vijay's fix is not applied to voloko/sdoc
This commit is contained in:
parent
2fe5834ddc
commit
4936fc35a0
1 changed files with 5 additions and 1 deletions
6
Gemfile
6
Gemfile
|
@ -26,7 +26,11 @@ gem "mocha", ">= 0.9.8"
|
|||
|
||||
group :doc do
|
||||
gem "rdoc", "~> 3.4"
|
||||
gem "sdoc", "~> 0.3"
|
||||
# The current sdoc cannot generate GitHub links due
|
||||
# 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", :git => 'git://github.com/fxn/sdoc.git'
|
||||
gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
|
||||
gem "w3c_validators"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue