aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-11-17 02:00:43 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-11-17 02:00:43 +0530
commit5d239ac0ed2d68998d5d983a5fb6939f5217427a (patch)
tree7b2444d6919716f335ec7895a082bf2b2af353b3
parent7b70eeed43045dc29e73e23fbfdc323e9d397026 (diff)
downloadrails-5d239ac0ed2d68998d5d983a5fb6939f5217427a.tar.gz
rails-5d239ac0ed2d68998d5d983a5fb6939f5217427a.tar.bz2
rails-5d239ac0ed2d68998d5d983a5fb6939f5217427a.zip
Remove old comments about using our own sdoc fork [ci skip]
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index cb8f85b0a3..2cfbee8020 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,10 +23,6 @@ gem 'uglifier', require: false
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
group :doc do
- # 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', github: 'voloko/sdoc'
gem 'redcarpet', '~> 2.2.2', platforms: :ruby
gem 'w3c_validators'