Bump debug from 1.10.0 to 1.11.0 #3

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/debug-1.11.0 into main
dependabot[bot] commented 2025-06-17 20:37:40 +00:00 (Migrated from github.com)

Bumps debug from 1.10.0 to 1.11.0.

Release notes

Sourced from debug's releases.

v1.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/debug/compare/v1.10.0...v1.11.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [debug](https://github.com/ruby/debug) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>v1.11.0</h2> <h2>What's Changed</h2> <ul> <li>Configurations <ul> <li>Add <code>show_src_lines_frame</code> option by <a href="https://github.com/HeyNonster"><code>@​HeyNonster</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1138">ruby/debug#1138</a></li> <li><code>no_repeat</code> option by <a href="https://github.com/ko1"><code>@​ko1</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1140">ruby/debug#1140</a></li> <li>Support XDG directories for config and history files by <a href="https://github.com/jgarber623"><code>@​jgarber623</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1055">ruby/debug#1055</a></li> <li>fix hitory file path by <a href="https://github.com/ko1"><code>@​ko1</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1146">ruby/debug#1146</a></li> </ul> </li> <li>Fix <ul> <li>Fix FrameInfo#block_identifier by <a href="https://github.com/andrepiske"><code>@​andrepiske</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1137">ruby/debug#1137</a></li> <li>The debug gem can abort when stepping into a rescue clause: by <a href="https://github.com/mame"><code>@​mame</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1142">ruby/debug#1142</a></li> <li>Explicitly skip TracePoint events in internal code by <a href="https://github.com/mame"><code>@​mame</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1143">ruby/debug#1143</a></li> <li>Fix encoding crash when LANG environment is empty by <a href="https://github.com/jsxs0"><code>@​jsxs0</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1144">ruby/debug#1144</a></li> </ul> </li> <li>Misc <ul> <li>Normalize formatting, grammar, etc… by <a href="https://github.com/stevenharman"><code>@​stevenharman</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1136">ruby/debug#1136</a></li> <li>Fix help message of the <code>eval</code> command by <a href="https://github.com/matthieuprat"><code>@​matthieuprat</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1130">ruby/debug#1130</a></li> <li>Self-document the XDG_STATE_HOME fallback by <a href="https://github.com/jasonkarns"><code>@​jasonkarns</code></a> in <a href="https://redirect.github.com/ruby/debug/pull/1148">ruby/debug#1148</a></li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/HeyNonster"><code>@​HeyNonster</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1138">ruby/debug#1138</a></li> <li><a href="https://github.com/andrepiske"><code>@​andrepiske</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1137">ruby/debug#1137</a></li> <li><a href="https://github.com/stevenharman"><code>@​stevenharman</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1136">ruby/debug#1136</a></li> <li><a href="https://github.com/matthieuprat"><code>@​matthieuprat</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1130">ruby/debug#1130</a></li> <li><a href="https://github.com/jsxs0"><code>@​jsxs0</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1144">ruby/debug#1144</a></li> <li><a href="https://github.com/jgarber623"><code>@​jgarber623</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1055">ruby/debug#1055</a></li> <li><a href="https://github.com/jasonkarns"><code>@​jasonkarns</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/debug/pull/1148">ruby/debug#1148</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/debug/compare/v1.10.0...v1.11.0">https://github.com/ruby/debug/compare/v1.10.0...v1.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/debug/commit/a86adbb7f7b4f5d88e15b7a0dce05a6cf568b8e1"><code>a86adbb</code></a> v1.11.0</li> <li><a href="https://github.com/ruby/debug/commit/ec0a966101cfbff10c4bd787f58c1e060c331788"><code>ec0a966</code></a> Self-document the XDG_STATE_HOME fallback</li> <li><a href="https://github.com/ruby/debug/commit/43f80ff3a8eb71f9db725629bbcfbf700c92f69d"><code>43f80ff</code></a> fix hitory file path</li> <li><a href="https://github.com/ruby/debug/commit/f0579e4739eb5cd1e68ac15aeb3d519c0d9e6686"><code>f0579e4</code></a> Support config.rb in XDG config path (<a href="https://redirect.github.com/ruby/debug/issues/1031">#1031</a>)</li> <li><a href="https://github.com/ruby/debug/commit/b63bd2ecae0751ddb7eb0b4f57375e5c236db767"><code>b63bd2e</code></a> Add XDG support for rdbgrc file (<a href="https://redirect.github.com/ruby/debug/issues/1031">#1031</a>)</li> <li><a href="https://github.com/ruby/debug/commit/630dbfa08785b1cad6a72758247abaeb92e8ff4a"><code>630dbfa</code></a> Add XDG support for history file (<a href="https://redirect.github.com/ruby/debug/issues/1031">#1031</a>)</li> <li><a href="https://github.com/ruby/debug/commit/bd9a813df844d81818d0af6fabfa650f8ce3ef86"><code>bd9a813</code></a> Fix load_history method</li> <li><a href="https://github.com/ruby/debug/commit/64c0c723f3049743e2bf433f0e1082822693809c"><code>64c0c72</code></a> fix: use String#scrub to handle encoding gracefully</li> <li><a href="https://github.com/ruby/debug/commit/29bb179f0cf8bfcb7da8a18212f00db605b127f0"><code>29bb179</code></a> fix: handle UTF-8 history with empty LANG env</li> <li><a href="https://github.com/ruby/debug/commit/32f55ff15bb7db620f1e2cd0e331b8b5605c1b03"><code>32f55ff</code></a> Fix help message of the <code>eval</code> command</li> <li>Additional commits viewable in <a href="https://github.com/ruby/debug/compare/v1.10.0...v1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debug&package-manager=bundler&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/debug-1.11.0:dependabot/bundler/debug-1.11.0
git switch dependabot/bundler/debug-1.11.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/bundler/debug-1.11.0
git switch dependabot/bundler/debug-1.11.0
git rebase main
git switch main
git merge --ff-only dependabot/bundler/debug-1.11.0
git switch dependabot/bundler/debug-1.11.0
git rebase main
git switch main
git merge --no-ff dependabot/bundler/debug-1.11.0
git switch main
git merge --squash dependabot/bundler/debug-1.11.0
git switch main
git merge --ff-only dependabot/bundler/debug-1.11.0
git switch main
git merge dependabot/bundler/debug-1.11.0
git push origin main
Sign in to join this conversation.
No description provided.