Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sdoc to 2.1.0 #41808

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.4"
gem "sdoc", ">= 2.1.0"
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 @@ -462,7 +462,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sdoc (2.0.4)
sdoc (2.1.0)
rdoc (>= 5.0)
selenium-webdriver (4.0.0.alpha7)
childprocess (>= 0.5, < 5.0)
Expand Down Expand Up @@ -615,7 +615,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
sass-rails
sdoc (>= 2.0.4)
sdoc (>= 2.1.0)
selenium-webdriver (>= 4.0.0.alpha7)
sequel
sidekiq
Expand Down