Skip to content

Commit

Permalink
downgrade SDoc
Browse files Browse the repository at this point in the history
The new version has some minor issues, and old release branches
traditionally keep their theme anyway.
  • Loading branch information
fxn committed Oct 9, 2017
1 parent 6b9a1ac commit 1dbd24c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -38,7 +38,7 @@ gem 'uglifier', '>= 1.3.0', require: false
gem 'mime-types', '< 3', require: false gem 'mime-types', '< 3', require: false


group :doc do group :doc do
gem 'sdoc', '>= 1.0.0.rc1', '< 1.1' gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 3.1.2', platforms: :ruby gem 'redcarpet', '~> 3.1.2', platforms: :ruby
gem 'w3c_validators', RUBY_VERSION < '2.0' ? '1.2' : nil gem 'w3c_validators', RUBY_VERSION < '2.0' ? '1.2' : nil
gem 'kindlerb', '0.1.1' gem 'kindlerb', '0.1.1'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Expand Up @@ -128,7 +128,7 @@ GEM
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.1.0) json (1.8.6)
kindlerb (0.1.1) kindlerb (0.1.1)
mustache mustache
nokogiri nokogiri
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
rails-html-sanitizer (1.0.3) rails-html-sanitizer (1.0.3)
loofah (~> 2.0) loofah (~> 2.0)
rake (12.0.0) rake (12.0.0)
rdoc (5.1.0) rdoc (4.3.0)
redcarpet (3.1.2) redcarpet (3.1.2)
redis (3.3.3) redis (3.3.3)
redis-namespace (1.5.3) redis-namespace (1.5.3)
Expand All @@ -194,8 +194,9 @@ GEM
ruby-prof (0.11.3) ruby-prof (0.11.3)
rufus-scheduler (3.4.2) rufus-scheduler (3.4.2)
et-orbi (~> 1.0) et-orbi (~> 1.0)
sdoc (1.0.0.rc2) sdoc (0.4.2)
rdoc (~> 5.0) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sequel (4.47.0) sequel (4.47.0)
serverengine (1.5.11) serverengine (1.5.11)
sigdump (~> 0.2.2) sigdump (~> 0.2.2)
Expand Down Expand Up @@ -284,7 +285,7 @@ DEPENDENCIES
resque resque
resque-scheduler resque-scheduler
ruby-prof (~> 0.11.2) ruby-prof (~> 0.11.2)
sdoc (>= 1.0.0.rc1, < 1.1) sdoc (~> 0.4.0)
sequel sequel
sidekiq sidekiq
sneakers (< 2.0.0) sneakers (< 2.0.0)
Expand All @@ -297,4 +298,4 @@ DEPENDENCIES
w3c_validators w3c_validators


BUNDLED WITH BUNDLED WITH
1.15.1 1.15.3

0 comments on commit 1dbd24c

Please sign in to comment.