aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2017-08-11 15:42:06 +0200
committerRobin Dupret <robin.dupret@gmail.com>2017-08-17 14:49:31 +0200
commit6db4cf9beb3576922cb330392c68fc1bb6a8f0d5 (patch)
tree95cdeb240862f9ca502f3f87994ddfbdcb14b25f /Gemfile
parent251d3f9151322f95c1a339f26a9660a79212859f (diff)
downloadrails-6db4cf9beb3576922cb330392c68fc1bb6a8f0d5.tar.gz
rails-6db4cf9beb3576922cb330392c68fc1bb6a8f0d5.tar.bz2
rails-6db4cf9beb3576922cb330392c68fc1bb6a8f0d5.zip
Temporarily point to a fork of SDoc
This fork brings: * A tiny refresh of the default theme. * SEO tags to class files. * The removal of HTML tags from search results. * Some general template clean-up (HTML 5, removal of the jQuery effect library, etc.). * A speed up of the generation time (by ~30 seconds).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0b98dc1f75..412cc627b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,7 @@ gem "rubocop", ">= 0.47", require: false
gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
group :doc do
- gem "sdoc", "> 1.0.0.rc1", "< 2.0"
+ gem "sdoc", github: "robin850/sdoc", branch: "upgrade"
gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators"
gem "kindlerb", "~> 1.2.0"