mirror of https://github.com/rails/rails
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:
parent
c453a5fa88
commit
b00c38cc41
2
Gemfile
2
Gemfile
|
@ -36,7 +36,7 @@ group :rubocop do
|
|||
end
|
||||
|
||||
group :doc do
|
||||
gem "sdoc", ">= 2.1.0"
|
||||
gem "sdoc", ">= 2.2.0"
|
||||
gem "redcarpet", "~> 3.2.3", platforms: :ruby
|
||||
gem "w3c_validators", "~> 1.3.6"
|
||||
gem "kindlerb", "~> 1.2.0"
|
||||
|
|
|
@ -395,7 +395,7 @@ GEM
|
|||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rdoc (6.3.0)
|
||||
rdoc (6.3.1)
|
||||
redcarpet (3.2.3)
|
||||
redis (4.2.5)
|
||||
redis-namespace (1.8.1)
|
||||
|
@ -458,7 +458,7 @@ GEM
|
|||
sprockets (> 3.0)
|
||||
sprockets-rails
|
||||
tilt
|
||||
sdoc (2.1.0)
|
||||
sdoc (2.2.0)
|
||||
rdoc (>= 5.0)
|
||||
selenium-webdriver (4.0.0.beta3)
|
||||
childprocess (>= 0.5, < 5.0)
|
||||
|
@ -613,7 +613,7 @@ DEPENDENCIES
|
|||
rubocop-performance
|
||||
rubocop-rails
|
||||
sass-rails
|
||||
sdoc (>= 2.1.0)
|
||||
sdoc (>= 2.2.0)
|
||||
selenium-webdriver (>= 4.0.0.alpha7)
|
||||
sequel
|
||||
sidekiq
|
||||
|
|
Loading…
Reference in New Issue