Skip to content

Commit

Permalink
Upgrade to sdoc 2.3.1
Browse files Browse the repository at this point in the history
Fixes the following error in Firefox/Linux:

    Ctrl-C broken (Uncaught TypeError: $.browser is undefined)
  • Loading branch information
p8 committed Feb 14, 2022
1 parent 7ac90d9 commit 569d4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -44,7 +44,7 @@ group :rubocop do
end

group :doc do
gem "sdoc", ">= 2.3.0"
gem "sdoc", ">= 2.3.1"
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
Expand Up @@ -473,7 +473,7 @@ GEM
rubyzip (2.3.2)
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
sdoc (2.3.0)
sdoc (2.3.1)
rdoc (>= 5.0, < 6.4.0)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
Expand Down Expand Up @@ -632,7 +632,7 @@ DEPENDENCIES
rubocop-packaging
rubocop-performance
rubocop-rails
sdoc (>= 2.3.0)
sdoc (>= 2.3.1)
selenium-webdriver (>= 4.0.0)
sequel
sidekiq
Expand Down

0 comments on commit 569d4ed

Please sign in to comment.