Skip to content

Commit

Permalink
Merge pull request rails#41550 from p8/sdoc-2.0.4
Browse files Browse the repository at this point in the history
Update SDOC to 2.0.4
  • Loading branch information
kaspth authored Feb 25, 2021
2 parents ca06a9f + 0dfb6a6 commit a822923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :rubocop do
end

group :doc do
gem "sdoc", ">= 2.0.3"
gem "sdoc", ">= 2.0.4"
gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators", "~> 1.3.6"
gem "kindlerb", "~> 1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sdoc (2.0.3)
sdoc (2.0.4)
rdoc (>= 5.0)
selenium-webdriver (4.0.0.alpha7)
childprocess (>= 0.5, < 5.0)
Expand Down Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
sass-rails
sdoc (>= 2.0.3)
sdoc (>= 2.0.4)
selenium-webdriver (>= 4.0.0.alpha7)
sequel
sidekiq
Expand Down

0 comments on commit a822923

Please sign in to comment.