Skip to content

Commit b07406e

Browse files
authored
Merge PR #194
Bumps the bundler group with 2 updates: [rbs](https://github.com/ruby/rbs) and [rdoc](https://github.com/ruby/rdoc). Updates `rbs` from 3.9.0 to 3.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/rbs/releases">rbs's releases</a>.</em></p> <blockquote> <h2>3.9.1</h2> <p><a href="https://github.com/ruby/rbs/wiki/Release-Note-3.9">Release note</a></p> <h3>Miscellaneous</h3> <ul> <li><code>did_you_mean</code> is a default gem (<a href="https://redirect.github.com/ruby/rbs/pull/2348">#2348</a>)</li> <li>Skip loading ruby_memcheck (<a href="https://redirect.github.com/ruby/rbs/pull/2347">#2347</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/rbs/blob/master/CHANGELOG.md">rbs's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rbs/commit/f8fabaa7befc67cc710c4b24fe6fd67fe8c1e392"><code>f8fabaa</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/2350">#2350</a> from ruby/version-3.9.1</li> <li><a href="https://github.com/ruby/rbs/commit/0f89f84c8a03f7be4cc4323e246ead5492ed89c2"><code>0f89f84</code></a> Version 3.9.1</li> <li><a href="https://github.com/ruby/rbs/commit/cfd2301badd6e50a1db3bea90322de6184b745e2"><code>cfd2301</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/2348">#2348</a> from ruby/fix-widows</li> <li><a href="https://github.com/ruby/rbs/commit/41bcd8cdb525aff2abca04d216be981c0ffe8a92"><code>41bcd8c</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/2347">#2347</a> from ruby/skip-memcheck</li> <li><a href="https://github.com/ruby/rbs/commit/6e9facd794bf8674672dc4e4d5417f49e4bbcb65"><code>6e9facd</code></a> Add --force so that <code>did_you_mean</code> is a default gem</li> <li><a href="https://github.com/ruby/rbs/commit/78d037a5d979145654d4b281c4be5ce83d2f2ad9"><code>78d037a</code></a> Skip loading ruby_memcheck</li> <li>See full diff in <a href="https://github.com/ruby/rbs/compare/v3.9.0...v3.9.1">compare view</a></li> </ul> </details> <br /> Updates `rdoc` from 6.12.0 to 6.13.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.13.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add breadcrumb list by <a href="https://github.com/unasuke"><code>@​unasuke</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/973">ruby/rdoc#973</a></li> <li>Image alt tag header formatting by <a href="https://github.com/ioquatix"><code>@​ioquatix</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1320">ruby/rdoc#1320</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Fix ri completion to always return candidates start with a given name by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1082">ruby/rdoc#1082</a></li> <li>Call <code>update_extend</code>s in <code>ClassModule#complete</code> by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1317">ruby/rdoc#1317</a></li> </ul> <h3>📚 Documentation</h3> <ul> <li>Fix CodeObject's inheritance tree document by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1314">ruby/rdoc#1314</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Bump ruby/setup-ruby from 1.215.0 to 1.218.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1290">ruby/rdoc#1290</a></li> <li>Remove unnecessary coupling in comments' call_seq extraction by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1289">ruby/rdoc#1289</a></li> <li>Bump step-security/harden-runner from 2.10.4 to 2.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1293">ruby/rdoc#1293</a></li> <li>Bump ruby/setup-ruby from 1.218.0 to 1.221.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1294">ruby/rdoc#1294</a></li> <li>Removed development group for cloudflare pages by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1295">ruby/rdoc#1295</a></li> <li>Remove unused attributes by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1292">ruby/rdoc#1292</a></li> <li>Refactor darkfish's classes sidebar implementation by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1296">ruby/rdoc#1296</a></li> <li>Explicitly require helper in test_case by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1297">ruby/rdoc#1297</a></li> <li>Add webrick to development dependencies by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1301">ruby/rdoc#1301</a></li> <li>Remove unused darkfish parts by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1303">ruby/rdoc#1303</a></li> <li>Centralize generator setup by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1302">ruby/rdoc#1302</a></li> <li>Remove unused <code>class_dir</code> and <code>file_dir</code> attributes from generators by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1304">ruby/rdoc#1304</a></li> <li>Reenable JRuby for testing by <a href="https://github.com/headius"><code>@​headius</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1305">ruby/rdoc#1305</a></li> <li>Relax paragraph pattern by <a href="https://github.com/nobu"><code>@​nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1299">ruby/rdoc#1299</a></li> <li>Tests for markdown code using multiple backquotes by <a href="https://github.com/nobu"><code>@​nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1306">ruby/rdoc#1306</a></li> <li>Remove an unused constant by <a href="https://github.com/nobu"><code>@​nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1307">ruby/rdoc#1307</a></li> <li>Avoid accessing <code>RDoc</code> objects through <code>Store</code> by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1308">ruby/rdoc#1308</a></li> <li>Bump ruby/setup-ruby from 1.221.0 to 1.222.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1311">ruby/rdoc#1311</a></li> <li>Make <code>Options</code> a required constructor argument of <code>Store</code> by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1309">ruby/rdoc#1309</a></li> <li>Reduce unnecessary external state assignment (<code>singleton</code>) by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1312">ruby/rdoc#1312</a></li> <li>Fix test target code of module_function by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1316">ruby/rdoc#1316</a></li> <li>Remove dead or unnecessary methods/attributes by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1315">ruby/rdoc#1315</a></li> <li>Refactor markdown parsing of Image and ExplicitLink by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1323">ruby/rdoc#1323</a></li> <li>Bump version to v6.13.0 by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1324">ruby/rdoc#1324</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/unasuke"><code>@​unasuke</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/rdoc/pull/973">ruby/rdoc#973</a></li> <li><a href="https://github.com/headius"><code>@​headius</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/rdoc/pull/1305">ruby/rdoc#1305</a></li> <li><a href="https://github.com/ioquatix"><code>@​ioquatix</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/rdoc/pull/1320">ruby/rdoc#1320</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0">https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rdoc/commit/1e3ed0814eeb09a887aebf475d2d4043b9c3f411"><code>1e3ed08</code></a> Bump version to v6.13.0 (<a href="https://redirect.github.com/ruby/rdoc/issues/1324">#1324</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/8e4324dda79d21cf998e4459952756df11c6e83c"><code>8e4324d</code></a> Refactor markdown parsing of Image and ExplicitLink (<a href="https://redirect.github.com/ruby/rdoc/issues/1323">#1323</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/894b2f1cd147a760449a52b621af7bf206452127"><code>894b2f1</code></a> Image alt tag header formatting (<a href="https://redirect.github.com/ruby/rdoc/issues/1320">#1320</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/0e5a7636c22f8b1b7f2c1646df583a029902e096"><code>0e5a763</code></a> Call<code> update_extend</code>s in <code>ClassModule#complete</code> (<a href="https://redirect.github.com/ruby/rdoc/issues/1317">#1317</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/d659484155926866b5308f1ba6f82e92adbf6d20"><code>d659484</code></a> Remove dead or unnecessary methods/attributes (<a href="https://redirect.github.com/ruby/rdoc/issues/1315">#1315</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/56a28a1129401305027affaf0dc741ae1e073746"><code>56a28a1</code></a> Fix test target code of module_function (<a href="https://redirect.github.com/ruby/rdoc/issues/1316">#1316</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/1471ea352fb34c041a933ee0dfa3422c9e2a6a1d"><code>1471ea3</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rdoc/issues/1314">#1314</a> from ruby/fix-code-object-structure-document</li> <li><a href="https://github.com/ruby/rdoc/commit/756ad4ca962a0ea4633d0bf21eb9afe0c13a7c1e"><code>756ad4c</code></a> Fix CodeObject's inheritance tree document</li> <li><a href="https://github.com/ruby/rdoc/commit/ee577ea8095eda0223a9878cd4b53531e79082cf"><code>ee577ea</code></a> Reduce unnecessary external state assignment (<code>singleton</code>) (<a href="https://redirect.github.com/ruby/rdoc/issues/1312">#1312</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/f517b028c6e5957fb546aa619559dca3abf05993"><code>f517b02</code></a> Make <code>Options</code> a required constructor argument of <code>Store</code> (<a href="https://redirect.github.com/ruby/rdoc/issues/1309">#1309</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents a7e3aef + 8b76d35 commit b07406e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ GEM
220220
rb-fsevent (0.11.2)
221221
rb-inotify (0.11.1)
222222
ffi (~> 1.0)
223-
rbs (3.9.0)
223+
rbs (3.9.1)
224224
logger
225-
rdoc (6.12.0)
225+
rdoc (6.13.0)
226226
psych (>= 4.0.0)
227227
readline (0.0.4)
228228
reline

0 commit comments

Comments
 (0)