Skip to content

Commit ebbf66d

Browse files
Merge pull request rails#46771 from p8/upgrade/sdoc-2.5.0
Update sdoc to 2.5.0 to support better code highlighting
2 parents e0ba620 + e17457b commit ebbf66d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :rubocop do
4848
end
4949

5050
group :doc do
51-
gem "sdoc", ">= 2.4.0"
51+
gem "sdoc", ">= 2.5.0"
5252
gem "redcarpet", "~> 3.2.3", platforms: :ruby
5353
gem "w3c_validators", "~> 1.3.6"
5454
gem "rouge"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ GEM
460460
rubyzip (2.3.2)
461461
rufus-scheduler (3.6.0)
462462
fugit (~> 1.1, >= 1.1.6)
463-
sdoc (2.4.0)
463+
sdoc (2.5.0)
464464
rdoc (>= 5.0)
465465
selenium-webdriver (4.5.0)
466466
childprocess (>= 0.5, < 5.0)
@@ -621,7 +621,7 @@ DEPENDENCIES
621621
rubocop-performance
622622
rubocop-rails
623623
rubyzip (~> 2.0)
624-
sdoc (>= 2.4.0)
624+
sdoc (>= 2.5.0)
625625
selenium-webdriver (>= 4.0.0)
626626
sequel
627627
sidekiq

0 commit comments

Comments
 (0)