Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rdoc from 6.5.0 to 6.6.0 in /spec/tester_mongo (#304)
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.5.0 to 6.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/rdoc/releases">rdoc's releases</a>.</em></p> <blockquote> <h2>v6.6.0</h2> <h2>What's Changed</h2> <ul> <li>ci: ensure ubuntu image has libyaml-dev for psych 5 by <a href="https://github.com/flavorjones"><code>@flavorjones</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/951">ruby/rdoc#951</a></li> <li>Clean up home directories for each test by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/956">ruby/rdoc#956</a></li> <li>Fix fragile tests by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/957">ruby/rdoc#957</a></li> <li>Add rdoc:coverage default task by <a href="https://github.com/zzak"><code>@zzak</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/971">ruby/rdoc#971</a></li> <li>Fix reference to proper list type RDoc::MarkupReference by <a href="https://github.com/cjilbert504"><code>@cjilbert504</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/969">ruby/rdoc#969</a></li> <li>Actually execute RDoc document task for coverage by <a href="https://github.com/zzak"><code>@zzak</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/972">ruby/rdoc#972</a></li> <li>Remove duplicate word in RDoc::MarkupReference by <a href="https://github.com/cjilbert504"><code>@cjilbert504</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/968">ruby/rdoc#968</a></li> <li>Fix <code>RDoc::Parser::Ruby</code> not being documented by <a href="https://github.com/etiennebarrie"><code>@etiennebarrie</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/975">ruby/rdoc#975</a></li> <li>Improve actions by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/977">ruby/rdoc#977</a></li> <li>Prefer to use File.readlines instead of IO.readlines by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/980">ruby/rdoc#980</a></li> <li>Use github pages action by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/981">ruby/rdoc#981</a></li> <li>Use <a href="https://redirect.github.com/evanphx/kpeg/pull/58">evanphx/kpeg#58</a> by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/982">ruby/rdoc#982</a></li> <li>Removed badge from codeclimate by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/989">ruby/rdoc#989</a></li> <li>Use <code>File.binread</code> by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/991">ruby/rdoc#991</a></li> <li>Update test libraries from ruby/ruby 2023-04-29 by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/997">ruby/rdoc#997</a></li> <li>Update test libraries from ruby/ruby 2023-04-29 by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/998">ruby/rdoc#998</a></li> <li>Fix ReDoS by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/999">ruby/rdoc#999</a></li> <li>Fix references to nested label in table_of_contents by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1002">ruby/rdoc#1002</a></li> <li>Fix generating gh-pages by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1003">ruby/rdoc#1003</a></li> <li>[DOC] stop documenting fallback <code>MatchData#match_length</code> by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1004">ruby/rdoc#1004</a></li> <li>Drop the support for 2.5 or earlier because of CVE-2021-31799 by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1005">ruby/rdoc#1005</a></li> <li>Isolate root dir if specified by <a href="https://github.com/zzak"><code>@zzak</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/983">ruby/rdoc#983</a></li> <li>Fix link to RDoc::Task on README by <a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1008">ruby/rdoc#1008</a></li> <li>Improve layout CSS by <a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1013">ruby/rdoc#1013</a></li> <li>Improve <code><summary></code> CSS on sidebar by <a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1012">ruby/rdoc#1012</a></li> <li>Configure RuboCop to remove excessive trailing new lines by <a href="https://github.com/vinistock"><code>@vinistock</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1018">ruby/rdoc#1018</a></li> <li>Embedded racc parser for portability by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1019">ruby/rdoc#1019</a></li> <li>Use flat_map for better performance by <a href="https://github.com/p8"><code>@p8</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1022">ruby/rdoc#1022</a></li> <li>Fix missing closing colon for <code>:notnew:</code> by <a href="https://github.com/zzak"><code>@zzak</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1023">ruby/rdoc#1023</a></li> <li>Add keydown event listener to focus on search field by <a href="https://github.com/gemmaro"><code>@gemmaro</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/926">ruby/rdoc#926</a></li> <li>Fix to use KeyboardEvent.key over keyCode by <a href="https://github.com/gemmaro"><code>@gemmaro</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/962">ruby/rdoc#962</a></li> <li>Add source_code, homepage and changelog uris to gemspec metadata by <a href="https://github.com/vinistock"><code>@vinistock</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1017">ruby/rdoc#1017</a></li> <li>Improve CSS for "toggle source" hovering over one more method signatures by <a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1020">ruby/rdoc#1020</a></li> <li>Tentatively ignore errors on TruffleRuby head by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1028">ruby/rdoc#1028</a></li> <li>Removed truffleruby-head from CI by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1029">ruby/rdoc#1029</a></li> <li>Use test-unit-ruby-core instead of deep-copy from ruby repository by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1033">ruby/rdoc#1033</a></li> <li>Use a more portable way to check if code is parseable by <a href="https://github.com/eregon"><code>@eregon</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1032">ruby/rdoc#1032</a></li> <li>handle symbols declared with %s by <a href="https://github.com/theo-squadracer"><code>@theo-squadracer</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1031">ruby/rdoc#1031</a></li> <li>[DOC] Link fixes by <a href="https://github.com/BurdetteLamar"><code>@BurdetteLamar</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1035">ruby/rdoc#1035</a></li> <li>Omit descriptions and parameter lists for methods defined in C not mentioned in call-seq by <a href="https://github.com/jeremyevans"><code>@jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/978">ruby/rdoc#978</a></li> <li>Drop code for old versions by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1038">ruby/rdoc#1038</a></li> <li>Delay DidYouMean until NotFoundError#message is called by <a href="https://github.com/tompng"><code>@tompng</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1039">ruby/rdoc#1039</a></li> <li>test/rdoc/test_rdoc_generator_json_index.rb: Use assert_equal. by <a href="https://github.com/junaruga"><code>@junaruga</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1049">ruby/rdoc#1049</a></li> <li>test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generate in ppc64le. by <a href="https://github.com/junaruga"><code>@junaruga</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1050">ruby/rdoc#1050</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cjilbert504"><code>@cjilbert504</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/rdoc/pull/969">ruby/rdoc#969</a></li> <li><a href="https://github.com/etiennebarrie"><code>@etiennebarrie</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/rdoc/pull/975">ruby/rdoc#975</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rdoc/commit/9c14229876e2eb5f8c9601fd591ebe160821f4ec"><code>9c14229</code></a> Bump up 6.6.0</li> <li><a href="https://github.com/ruby/rdoc/commit/42cdad1cf2961f5d60474bbbe149dcea09870492"><code>42cdad1</code></a> test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generate in ppc64le.</li> <li><a href="https://github.com/ruby/rdoc/commit/c9ce45226b442c2fb7edc9dc6efdaaa198f2b104"><code>c9ce452</code></a> Bump ruby/setup-ruby from 1.157.0 to 1.159.0</li> <li><a href="https://github.com/ruby/rdoc/commit/91d40ce8f89f45d77ea9ad12ce376a4a8f187bcc"><code>91d40ce</code></a> test/rdoc/test_rdoc_generator_json_index.rb: Use assert_equal instead of assert.</li> <li><a href="https://github.com/ruby/rdoc/commit/31e9206a8344ba11d52ea99045904076ecee66b5"><code>31e9206</code></a> Bump ruby/setup-ruby from 1.156.0 to 1.157.0</li> <li><a href="https://github.com/ruby/rdoc/commit/b59ca2f981b2b5692626ef90ab60c5f764a2dce8"><code>b59ca2f</code></a> Delay DidYouMean until NotFoundError#message is called</li> <li><a href="https://github.com/ruby/rdoc/commit/d0d4f46016272a635da8b86ba99c99bb88eac9ad"><code>d0d4f46</code></a> Bump ruby/setup-ruby from 1.155.0 to 1.156.0</li> <li><a href="https://github.com/ruby/rdoc/commit/c908918253d4b90b5d77064c1e7828e7200b0837"><code>c908918</code></a> Bump ruby/setup-ruby from 1.154.0 to 1.155.0</li> <li><a href="https://github.com/ruby/rdoc/commit/9e75bf69b8b99aef5259e4a816977811ce6dc6c6"><code>9e75bf6</code></a> Bump ruby/setup-ruby from 1.153.0 to 1.154.0</li> <li><a href="https://github.com/ruby/rdoc/commit/cac17095c36ffe90f327b880ac9e0ac9819a4365"><code>cac1709</code></a> Bump ruby/setup-ruby from 1.152.0 to 1.153.0</li> <li>Additional commits viewable in <a href="https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rdoc&package-manager=bundler&previous-version=6.5.0&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information