Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 936d1a7

Browse files
Bump byebug from 11.1.3 to 12.0.0 (#393)
Bumps [byebug](https://github.com/deivid-rodriguez/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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=byebug&package-manager=bundler&previous-version=11.1.3&new-version=12.0.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>
1 parent 054c3f2 commit 936d1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
bundler-audit (0.9.2)
9494
bundler (>= 1.2.0, < 3)
9595
thor (~> 1.0)
96-
byebug (11.1.3)
96+
byebug (12.0.0)
9797
capybara (3.40.0)
9898
addressable
9999
matrix

0 commit comments

Comments
 (0)