Upgrade sdoc to 2.2.0

Sdoc 2.2.0 has improved accessibility and bug fixes.

Changelog:

* #161 Add 'skip to content' link and improve shortcut keys
* #170 Fix link hovers in headings
* #169 Fix clearing search results
* #167 Update Merge script to work with sdoc v2
* #160 Remove outline from reset stylesheet
* #159 Remove TAB override in panel
* #157 Move to GitHub action for tests
* #155 Fix Ctrl+C copying Jan Schär
This commit is contained in:
Petrik 2021-05-21 10:06:22 +02:00
parent c453a5fa88
commit b00c38cc41
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ group :rubocop do
end end
group :doc do group :doc do
gem "sdoc", ">= 2.1.0" gem "sdoc", ">= 2.2.0"
gem "redcarpet", "~> 3.2.3", platforms: :ruby gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators", "~> 1.3.6" gem "w3c_validators", "~> 1.3.6"
gem "kindlerb", "~> 1.2.0" gem "kindlerb", "~> 1.2.0"

View File

@ -395,7 +395,7 @@ GEM
rb-fsevent (0.10.4) rb-fsevent (0.10.4)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.3.0) rdoc (6.3.1)
redcarpet (3.2.3) redcarpet (3.2.3)
redis (4.2.5) redis (4.2.5)
redis-namespace (1.8.1) redis-namespace (1.8.1)
@ -458,7 +458,7 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
sdoc (2.1.0) sdoc (2.2.0)
rdoc (>= 5.0) rdoc (>= 5.0)
selenium-webdriver (4.0.0.beta3) selenium-webdriver (4.0.0.beta3)
childprocess (>= 0.5, < 5.0) childprocess (>= 0.5, < 5.0)
@ -613,7 +613,7 @@ DEPENDENCIES
rubocop-performance rubocop-performance
rubocop-rails rubocop-rails
sass-rails sass-rails
sdoc (>= 2.1.0) sdoc (>= 2.2.0)
selenium-webdriver (>= 4.0.0.alpha7) selenium-webdriver (>= 4.0.0.alpha7)
sequel sequel
sidekiq sidekiq