Skip to content

Commit 7abe6c8

Browse files
authored
Merge PR #204
Bumps the bundler group with 6 updates: | Package | From | To | | --- | --- | --- | | [byebug](https://github.com/deivid-rodriguez/byebug) | `11.1.3` | `12.0.0` | | [parser](https://github.com/whitequark/parser) | `3.3.7.3` | `3.3.7.4` | | [pry](https://github.com/pry/pry) | `0.14.2` | `0.15.2` | | [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) | `3.10.1` | `3.11.0` | | [rbs](https://github.com/ruby/rbs) | `3.9.1` | `3.9.2` | | [rdoc](https://github.com/ruby/rdoc) | `6.13.0` | `6.13.1` | Updates `byebug` from 11.1.3 to 12.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/deivid-rodriguez/byebug/releases">byebug's releases</a>.</em></p> <blockquote> <h2>12.0.0</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/690">#690</a>: <code>break</code> without any arguments now sets a breakpoint on the current line, just like <code>gdb</code> ([<a href="https://github.com/sergioro9"><code>@​sergioro9</code></a>].</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/741">#741</a>: Small consistency issues in help messages.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/743">#743</a>: <code>untracevar</code> command crashing when giving a non existent global variable.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/744">#744</a>: Another punctuation tweak in <code>enable breakpoints</code> help message.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/736">#736</a>: Skip warning about <code>$SAFE</code> global variable on ruby 2.7 when listing global variables.</li> </ul> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/847">#847</a> and <a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/850">#850</a>: Support for MRI 3.1, 3.2, and 3.3 ([<a href="https://github.com/marshall-lee"><code>@​marshall-lee</code></a>]).</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/688">#688</a>: <code>where</code> command now receives an optional numeric argument <code>&lt;n&gt;</code> to print the nth first frames ([<a href="https://github.com/sergioro9"><code>@​sergioro9</code></a>].</li> </ul> <h3>Removed</h3> <ul> <li>Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md">byebug's changelog</a>.</em></p> <blockquote> <h2>[12.0.0] - 2025-03-25</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/690">#690</a>: <code>break</code> without any arguments now sets a breakpoint on the current line, just like <code>gdb</code> ([<a href="https://github.com/sergioro9"><code>@​sergioro9</code></a>].</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/741">#741</a>: Small consistency issues in help messages.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/743">#743</a>: <code>untracevar</code> command crashing when giving a non existent global variable.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/744">#744</a>: Another punctuation tweak in <code>enable breakpoints</code> help message.</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/736">#736</a>: Skip warning about <code>$SAFE</code> global variable on ruby 2.7 when listing global variables.</li> </ul> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/847">#847</a> and <a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/850">#850</a>: Support for MRI 3.1, 3.2, and 3.3 ([<a href="https://github.com/marshall-lee"><code>@​marshall-lee</code></a>]).</li> <li><a href="https://redirect.github.com/deivid-rodriguez/byebug/pull/688">#688</a>: <code>where</code> command now receives an optional numeric argument <code>&lt;n&gt;</code> to print the nth first frames ([<a href="https://github.com/sergioro9"><code>@​sergioro9</code></a>].</li> </ul> <h3>Removed</h3> <ul> <li>Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/d17f48b07f8c40859cfe335bedee87fa619720a9"><code>d17f48b</code></a> Merge pull request <a href="https://redirect.github.com/deivid-rodriguez/byebug/issues/855">#855</a> from deivid-rodriguez/release/12.0.0</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/3103035aa01e5b397885436de8c99a79fe64a735"><code>3103035</code></a> Get ready for 12.0.0 release</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/a5f7249291cd760ce5b00dc60187a05014b21169"><code>a5f7249</code></a> Merge pull request <a href="https://redirect.github.com/deivid-rodriguez/byebug/issues/850">#850</a> from deivid-rodriguez/updates</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/625e212697f2a73857f96a2511b165d7a16d38c0"><code>625e212</code></a> Upgrade rubocop related gems and fix new offenses</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/5493f3e1c07c5ea20aef8fcf57d807626d658604"><code>5493f3e</code></a> Add official support for Ruby 3.1, 3.2, and 3.3</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/10893e60b02e2dfd0c6b13f015d3848f629b1462"><code>10893e6</code></a> Remove unnecessary cache action from Windows workflow</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/b6eeffbae607697b7749bdd92857f46ce8ab6693"><code>b6eeffb</code></a> Add <code>faraday-retry</code> to fix test warnings</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/98259a5e09b1da03609e7e964d71387099dc50bc"><code>98259a5</code></a> Bump pry to 0.15.2</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/1f6ab2e658d70754a50a9003c808d86dc774bd8b"><code>1f6ab2e</code></a> Bump yard to 0.9.37</li> <li><a href="https://github.com/deivid-rodriguez/byebug/commit/3e4162ef64ce3010bc55b012d14d7e9340753190"><code>3e4162e</code></a> bundle update rake</li> <li>Additional commits viewable in <a href="https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...v12.0.0">compare view</a></li> </ul> </details> <br /> Updates `parser` from 3.3.7.3 to 3.3.7.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/whitequark/parser/blob/master/CHANGELOG.md">parser's changelog</a>.</em></p> <blockquote> <h2>v3.3.7.4 (2025-03-31)</h2> <p>Bugs fixed:</p> <ul> <li>lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (<a href="https://redirect.github.com/whitequark/parser/issues/1051">#1051</a>) (Earlopain)</li> <li>builder.rb: emit <code>kwargs</code> node for <code>indexasgn</code> when opted in (<a href="https://redirect.github.com/whitequark/parser/issues/1053">#1053</a>) (Earlopain)</li> <li>builder.rb: correctly handle <code>...</code> forwarding to super with explicit block (<a href="https://redirect.github.com/whitequark/parser/issues/1049">#1049</a>) (Earlopain)</li> <li>numbered parameters are valid for pattern matching pinning (<a href="https://redirect.github.com/whitequark/parser/issues/1060">#1060</a>) (Earlopain)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/whitequark/parser/commit/da0aec515218047feedd2859b2c9e3dcbf06928b"><code>da0aec5</code></a> Update changelog.</li> <li><a href="https://github.com/whitequark/parser/commit/d3688576b3fd28fa23266dfc74731abf2254ac2f"><code>d368857</code></a> Bump version</li> <li><a href="https://github.com/whitequark/parser/commit/e261316b84b96560ae3a8b921755f5f3f135d6e0"><code>e261316</code></a> - lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (<a href="https://redirect.github.com/whitequark/parser/issues/1051">#1051</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/6f54456a30c7918f55df3fad5bd3cbcc4680dae8"><code>6f54456</code></a> - builder.rb: emit <code>kwargs</code> node for <code>indexasgn</code> when opted in (<a href="https://redirect.github.com/whitequark/parser/issues/1053">#1053</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/d34616f0b357f7d3f8069a021c71ec33f37472e2"><code>d34616f</code></a> - builder.rb: correctly handle <code>...</code> forwarding to super with explicit block ...</li> <li><a href="https://github.com/whitequark/parser/commit/beb5ccdce5c7aca6cb1fb35e7de66ebd9527337f"><code>beb5ccd</code></a> Supress warnings during parsing (<a href="https://redirect.github.com/whitequark/parser/issues/1013">#1013</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/75c6ce097c321d44a180d2203403de5063104598"><code>75c6ce0</code></a> - numbered parameters are valid for pattern matching pinning (<a href="https://redirect.github.com/whitequark/parser/issues/1060">#1060</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/6c925331c843ee57205940c2223da0fab665dd66"><code>6c92533</code></a> Update changelog.</li> <li>See full diff in <a href="https://github.com/whitequark/parser/compare/v3.3.7.3...v3.3.7.4">compare view</a></li> </ul> </details> <br /> Updates `pry` from 0.14.2 to 0.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pry/pry/releases">pry's releases</a>.</em></p> <blockquote> <h2>v0.15.2</h2> <p>This release fixes one additional scenario that could happen if Prism was not available.</p> <h2>Bug Fixes</h2> <p>Avoid breaking reading input if Prism version is undetectable (<a href="https://redirect.github.com/pry/pry/pull/2340">pry/pry#2340</a>)</p> <h2>v0.15.1</h2> <h4>Bug Fixes</h4> <ul> <li>Restore Pry.config.ls compatibility (<a href="https://redirect.github.com/pry/pry/pull/2335">#2335</a>)</li> <li>Avoid breaking reading inputs if Prism is not available (<a href="https://redirect.github.com/pry/pry/pull/2338">#2338</a>)</li> </ul> <h2>v0.15.0</h2> <p>From the CHANGELOG.md</p> <h1>v0.15.0</h1> <h4>Features</h4> <ul> <li>Added support for Reline (<a href="https://redirect.github.com/pry/pry/pull/2298">#2298</a>)</li> <li>Added support for Ruby 3.3 (<a href="https://redirect.github.com/pry/pry/pull/2295">#2295</a>)</li> <li>Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (<a href="https://redirect.github.com/pry/pry/pull/2304">#2304</a>)</li> <li>Remove OpenStruct usage (<a href="https://redirect.github.com/pry/pry/pull/2307">#2307</a>) (<a href="https://redirect.github.com/pry/pry/pull/2309">#2309</a>)</li> <li>Disable coloring of output when NO_COLOR is set. (<a href="https://redirect.github.com/pry/pry/pull/2323">#2323</a>)</li> <li>Add <code>pry --no-multiline</code> flag to keep single line prompt. (<a href="https://redirect.github.com/pry/pry/pull/2327">#2327</a>)</li> </ul> <h4>Bug Fixes</h4> <ul> <li>Fix typos on docs and and comments (<a href="https://redirect.github.com/pry/pry/pull/2300">#2300</a>) (<a href="https://redirect.github.com/pry/pry/pull/2301">#2301</a>)</li> <li>Fix 'calling clear method' on user code when defined in pry context. (<a href="https://redirect.github.com/pry/pry/pull/2291">#2291</a>)</li> <li>Fix arguments WatchExpression#add_expression (<a href="https://redirect.github.com/pry/pry/pull/2278">#2278</a>)</li> </ul> <h3>Breaking changes</h3> <ul> <li>Remove support for deprecated <code>Pry.config.prompt = [proc {}, proc {}]</code> Use Pry::Prompt API instead</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pry/pry/blob/master/CHANGELOG.md">pry's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/pry/pry/blob/master/v0.15.2">https://github.com/pry/pry/blob/master/v0.15.2</a> (December 24, 2024)</h3> <h4>Bug Fixes</h4> <ul> <li>Avoid breaking reading input if Prism version is undetectable (<a href="https://redirect.github.com/pry/pry/pull/2340">#2340</a>)</li> </ul> <h3><a href="https://github.com/pry/pry/blob/master/v0.15.1">https://github.com/pry/pry/blob/master/v0.15.1</a> (December 24, 2024)</h3> <h4>Bug Fixes</h4> <ul> <li>Restore Pry.config.ls compatibility (<a href="https://redirect.github.com/pry/pry/pull/2335">#2335</a>)</li> <li>Avoid breaking reading inputs if Prism is not available (<a href="https://redirect.github.com/pry/pry/pull/2338">#2338</a>)</li> </ul> <h3>[v0.15.0][v0.15.0] (November 15, 2024)</h3> <h4>Features</h4> <ul> <li>Added support for Reline (<a href="https://redirect.github.com/pry/pry/pull/2298">#2298</a>)</li> <li>Added support for Ruby 3.3 (<a href="https://redirect.github.com/pry/pry/pull/2295">#2295</a>)</li> <li>Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (<a href="https://redirect.github.com/pry/pry/pull/2304">#2304</a>)</li> <li>Remove OpenStruct usage (<a href="https://redirect.github.com/pry/pry/pull/2307">#2307</a>) (<a href="https://redirect.github.com/pry/pry/pull/2309">#2309</a>)</li> <li>Disable coloring of output when NO_COLOR is set. (<a href="https://redirect.github.com/pry/pry/issues/2323">#2323</a>)(<a href="https://redirect.github.com/pry/pry/pull/2323">pry/pry#2323</a>))</li> <li>Add <code>pry --no-multiline</code> flag to keep single line prompt. (<a href="https://redirect.github.com/pry/pry/pull/2327">#2327</a>)</li> </ul> <h4>Bug Fixes</h4> <ul> <li>Fix typos on docs and and comments (<a href="https://redirect.github.com/pry/pry/pull/2300">#2300</a>) (<a href="https://redirect.github.com/pry/pry/pull/2301">#2301</a>)</li> <li>Fix 'calling clear method' on user code when defined in pry context. (<a href="https://redirect.github.com/pry/pry/pull/2291">#2291</a>)</li> <li>Fix arguments WatchExpression#add_expression (<a href="https://redirect.github.com/pry/pry/pull/2278">#2278</a>)</li> </ul> <h3>Breaking changes</h3> <ul> <li>Remove support for deprecated <code>Pry.config.prompt = [proc {}, proc {}]</code> Use Pry::Prompt API instead (<a href="https://redirect.github.com/pry/pry/pull/2308">#2308</a>)</li> <li>Remove deprecated <code>Pry.config.exception_whitelist</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pry/pry/commit/2c89b65855b1519947cdb4855e6814637397f8eb"><code>2c89b65</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2341">#2341</a> from pry/prep-for-0-15-2</li> <li><a href="https://github.com/pry/pry/commit/b4c4c3057461cf08b8680cb48ef92ede34f0a097"><code>b4c4c30</code></a> Prep for v0.15.2</li> <li><a href="https://github.com/pry/pry/commit/beb098e6780d5fd1b9009bdfc4abbaebaf4a842c"><code>beb098e</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2340">#2340</a> from pry/prism-not-available-version</li> <li><a href="https://github.com/pry/pry/commit/ec09d6ada6e97784719ee66cceab7223621e3a9d"><code>ec09d6a</code></a> Avoid breaking pry when prism version is not detectable</li> <li><a href="https://github.com/pry/pry/commit/da8ca5900534b6136d3314e6ba1993d96835a967"><code>da8ca59</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2339">#2339</a> from pry/prep-for-0-15-1</li> <li><a href="https://github.com/pry/pry/commit/4dff41857a7c143e98a81da1f036c27824a0e290"><code>4dff418</code></a> Prep for v0.15.1 release</li> <li><a href="https://github.com/pry/pry/commit/cb333c9706dc33698db15e6d271d83f7128566f1"><code>cb333c9</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2338">#2338</a> from andrehjr/prism-not-available</li> <li><a href="https://github.com/pry/pry/commit/b347dce3958751f06d5c074e13511e5850464810"><code>b347dce</code></a> Avoid breaking pry when prism is not available</li> <li><a href="https://github.com/pry/pry/commit/798d620ebd19eae6ad928d7f3a25a729b66c01b9"><code>798d620</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2333">#2333</a> from pry/dependabot/bundler/psych-lte-5.3.0</li> <li><a href="https://github.com/pry/pry/commit/e7a576840ea1d252918a1edbd1fe63c5bd82b4fc"><code>e7a5768</code></a> Merge pull request <a href="https://redirect.github.com/pry/pry/issues/2335">#2335</a> from andrehjr/make-ls-config-backwards-compat</li> <li>Additional commits viewable in <a href="https://github.com/pry/pry/compare/v0.14.2...v0.15.2">compare view</a></li> </ul> </details> <br /> Updates `pry-byebug` from 3.10.1 to 3.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/deivid-rodriguez/pry-byebug/releases">pry-byebug's releases</a>.</em></p> <blockquote> <h2>3.11.0</h2> <h3>Added</h3> <ul> <li>Byebug 12 compatibility, with Ruby 3.1, 3.2, and 3.3 support (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/434">#434</a>).</li> <li>Support for pry 0.15 (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/428">#428</a>).</li> </ul> <h3>Removed</h3> <ul> <li>Support for Ruby 2.7, and 3.0. Pry-byebug no longer installs on these platforms (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/433">#433</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md">pry-byebug's changelog</a>.</em></p> <blockquote> <h2>3.11.0 (2025-03-28)</h2> <h3>Added</h3> <ul> <li>Byebug 12 compatibility, with Ruby 3.1, 3.2, and 3.3 support (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/434">#434</a>).</li> <li>Support for pry 0.15 (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/428">#428</a>).</li> </ul> <h3>Removed</h3> <ul> <li>Support for Ruby 2.7, and 3.0. Pry-byebug no longer installs on these platforms (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/433">#433</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/458c74bd4678ea48fcf8a9c62d16655f96f1d9f7"><code>458c74b</code></a> Merge pull request <a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/437">#437</a> from deivid-rodriguez/release/3.11.0</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/9c71dba8f6b20496e77d18a26dcf1c705281e2b5"><code>9c71dba</code></a> Merge pull request <a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/442">#442</a> from deivid-rodriguez/tweak-ci-config</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/c9f94d85b32f673166672f3c16fb590899bc7a33"><code>c9f94d8</code></a> Use stable job names</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/b631339adbf8021f6d18d53cfff22a8902d517a8"><code>b631339</code></a> Use default Bundler flags</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/6f1ba74e62c2a39b5b8c01d907b1062bb65f87c6"><code>6f1ba74</code></a> Bump tested rubies (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/441">#441</a>)</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/1e33f9a43fd59381d0b06d1f583ae74572c1d91e"><code>1e33f9a</code></a> Bump actions/checkout from 2 to 4 (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/440">#440</a>)</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/e362d32a0f37e8ead63edda603a70223e25fb012"><code>e362d32</code></a> Merge pull request <a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/439">#439</a> from deivid-rodriguez/dependabot-tweaks</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/e3a4656ea7c97f218dcbada1ed8348fcd80550b0"><code>e3a4656</code></a> Let Dependabot upgrade github actions</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/0fdb26273e5dfa1cda8eeeeddb229c0d462eac36"><code>0fdb262</code></a> Switch Dependabot frequency to monthly</li> <li><a href="https://github.com/deivid-rodriguez/pry-byebug/commit/5250d97c2ca9555f68aaceee151000039b8ef43a"><code>5250d97</code></a> Fix RuboCop warnings (<a href="https://redirect.github.com/deivid-rodriguez/pry-byebug/issues/438">#438</a>)</li> <li>Additional commits viewable in <a href="https://github.com/deivid-rodriguez/pry-byebug/compare/v3.10.1...v3.11.0">compare view</a></li> </ul> </details> <br /> Updates `rbs` from 3.9.1 to 3.9.2 <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.2</h2> <p><a href="https://github.com/ruby/rbs/wiki/Release-Note-3.9">Release note</a></p> <h3>Library changes</h3> <ul> <li>Change <code>{}</code> to <code>{ 0 }</code> (<a href="https://redirect.github.com/ruby/rbs/pull/2354">#2354</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rbs/commit/525126f72c26f3feec82a12068790c811ee61b7a"><code>525126f</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/2371">#2371</a> from ruby/3.9.2</li> <li><a href="https://github.com/ruby/rbs/commit/d373277184a62a23e7545e60e9b409509b0144de"><code>d373277</code></a> Version 3.9.2</li> <li><a href="https://github.com/ruby/rbs/commit/100ecce76844e88ae3b79a90d435683ca392e90b"><code>100ecce</code></a> Merge pull request <a href="https://redirect.github.com/ruby/rbs/issues/2354">#2354</a> from ruby/C2059</li> <li><a href="https://github.com/ruby/rbs/commit/8bf0aa744bc357ec84f1ab491400b7a137879def"><code>8bf0aa7</code></a> Change <code>{}</code> to <code>{ 0 }</code></li> <li>See full diff in <a href="https://github.com/ruby/rbs/compare/v3.9.1...v3.9.2">compare view</a></li> </ul> </details> <br /> Updates `rdoc` from 6.13.0 to 6.13.1 <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.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Allow customizing path prefix through options by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1330">ruby/rdoc#1330</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Workaround <code>build</code> task issue in Ruby core CI by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1326">ruby/rdoc#1326</a></li> <li>Bump ruby/setup-ruby from 1.222.0 to 1.227.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1329">ruby/rdoc#1329</a></li> <li>Remove needless RDoc::Options from XrefTestCase by <a href="https://github.com/kou"><code>@​kou</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1332">ruby/rdoc#1332</a></li> <li>Bump version to v6.13.1 by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1334">ruby/rdoc#1334</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1">https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rdoc/commit/6b2773193910e480f452c5955cc2ca24bd48b49f"><code>6b27731</code></a> Bump version to v6.13.1 (<a href="https://redirect.github.com/ruby/rdoc/issues/1334">#1334</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/3bc179ddfb74b46c52f697b9d1ce331264fcd84c"><code>3bc179d</code></a> Allow customizing path prefix through options (<a href="https://redirect.github.com/ruby/rdoc/issues/1330">#1330</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/7e84e91c88cfbe83feba5704a14d712a0db3e3b6"><code>7e84e91</code></a> Remove needless RDoc::Options from XrefTestCase (<a href="https://redirect.github.com/ruby/rdoc/issues/1332">#1332</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/470e9186a1a73e26888df9dea653cbb7ed6bf752"><code>470e918</code></a> Bump ruby/setup-ruby from 1.222.0 to 1.227.0 (<a href="https://redirect.github.com/ruby/rdoc/issues/1329">#1329</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/d5ec331e6fc0d10117eb852559743863d864e8c6"><code>d5ec331</code></a> Workaround <code>build</code> task issue in Ruby core CI (<a href="https://redirect.github.com/ruby/rdoc/issues/1326">#1326</a>)</li> <li>See full diff in <a href="https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1">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 0e0ca44 + 61509fd commit 7abe6c8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
brakeman (7.0.0)
3838
racc
3939
builder (3.3.0)
40-
byebug (11.1.3)
40+
byebug (12.0.0)
4141
cgi (0.4.2)
4242
coderay (1.1.3)
4343
concurrent-ruby (1.3.5)
@@ -184,7 +184,7 @@ GEM
184184
optparse (0.6.0)
185185
ostruct (0.6.1)
186186
parallel (1.26.3)
187-
parser (3.3.7.3)
187+
parser (3.3.7.4)
188188
ast (~> 2.4.1)
189189
racc
190190
pathname (0.4.0)
@@ -196,12 +196,12 @@ GEM
196196
forwardable
197197
singleton
198198
prism (1.4.0)
199-
pry (0.14.2)
199+
pry (0.15.2)
200200
coderay (~> 1.1)
201201
method_source (~> 1.0)
202-
pry-byebug (3.10.1)
203-
byebug (~> 11.0)
204-
pry (>= 0.13, < 0.15)
202+
pry-byebug (3.11.0)
203+
byebug (~> 12.0)
204+
pry (>= 0.13, < 0.16)
205205
pstore (0.2.0)
206206
psych (5.2.3)
207207
date
@@ -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.1)
223+
rbs (3.9.2)
224224
logger
225-
rdoc (6.13.0)
225+
rdoc (6.13.1)
226226
psych (>= 4.0.0)
227227
readline (0.0.4)
228228
reline

0 commit comments

Comments
 (0)