Skip to content

Commit 886793b

Browse files
authored
Merge pull request rails#41808 from p8/upgrade/sdoc-2.1.0
Upgrade sdoc to 2.1.0
2 parents d612542 + 85c2007 commit 886793b

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
@@ -36,7 +36,7 @@ group :rubocop do
3636
end
3737

3838
group :doc do
39-
gem "sdoc", ">= 2.0.4"
39+
gem "sdoc", ">= 2.1.0"
4040
gem "redcarpet", "~> 3.2.3", platforms: :ruby
4141
gem "w3c_validators", "~> 1.3.6"
4242
gem "kindlerb", "~> 1.2.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ GEM
462462
sprockets (> 3.0)
463463
sprockets-rails
464464
tilt
465-
sdoc (2.0.4)
465+
sdoc (2.1.0)
466466
rdoc (>= 5.0)
467467
selenium-webdriver (4.0.0.alpha7)
468468
childprocess (>= 0.5, < 5.0)
@@ -615,7 +615,7 @@ DEPENDENCIES
615615
rubocop-performance
616616
rubocop-rails
617617
sass-rails
618-
sdoc (>= 2.0.4)
618+
sdoc (>= 2.1.0)
619619
selenium-webdriver (>= 4.0.0.alpha7)
620620
sequel
621621
sidekiq

0 commit comments

Comments
 (0)