Update sdoc to 2.5.0 to support better code highlighting

This commit is contained in:
Petrik 2022-12-19 15:43:16 +01:00
parent 41c2c26dc6
commit e17457bae2
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ group :rubocop do
end end
group :doc do group :doc do
gem "sdoc", ">= 2.4.0" gem "sdoc", ">= 2.5.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 "rouge" gem "rouge"

View File

@ -460,7 +460,7 @@ GEM
rubyzip (2.3.2) rubyzip (2.3.2)
rufus-scheduler (3.6.0) rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6) fugit (~> 1.1, >= 1.1.6)
sdoc (2.4.0) sdoc (2.5.0)
rdoc (>= 5.0) rdoc (>= 5.0)
selenium-webdriver (4.5.0) selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0) childprocess (>= 0.5, < 5.0)
@ -621,7 +621,7 @@ DEPENDENCIES
rubocop-performance rubocop-performance
rubocop-rails rubocop-rails
rubyzip (~> 2.0) rubyzip (~> 2.0)
sdoc (>= 2.4.0) sdoc (>= 2.5.0)
selenium-webdriver (>= 4.0.0) selenium-webdriver (>= 4.0.0)
sequel sequel
sidekiq sidekiq