Skip to content

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Sep 6, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ pry-byebug (3.10.1 → 3.11.0) · Repo · Changelog

Release Notes

3.11.0

Added

  • Byebug 12 compatibility, with Ruby 3.1, 3.2, and 3.3 support (#434).
  • Support for pry 0.15 (#428).

Removed

  • Support for Ruby 2.7, and 3.0. Pry-byebug no longer installs on these platforms (#433).

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 34 commits:

✳️ pry (0.14.2 → 0.15.2) · Repo · Changelog

Release Notes

0.15.2

This release fixes one additional scenario that could happen if Prism was not available.

Bug Fixes

Avoid breaking reading input if Prism version is undetectable
(#2340)

0.15.1

Bug Fixes

  • Restore Pry.config.ls compatibility
    (#2335)
  • Avoid breaking reading inputs if Prism is not available
    (#2338)

0.15.0

From the CHANGELOG.md

v0.15.0

Features

  • Added support for Reline
    (#2298)
  • Added support for Ruby 3.3
    (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use
    (#2304)
  • Remove OpenStruct usage
    (#2307)
    (#2309)
  • Disable coloring of output when NO_COLOR is set.
    (#2323)
  • Add pry --no-multiline flag to keep single line prompt.
    (#2327)

Bug Fixes

  • Fix typos on docs and and comments
    (#2300)
    (#2301)
  • Fix 'calling clear method' on user code when defined in pry context.
    (#2291)
  • Fix arguments WatchExpression#add_expression
    (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}]
    Use Pry::Prompt API instead
    (#2308)
  • Remove deprecated Pry.config.exception_whitelist.
    Use Pry.config.unrescued_exceptions instead.
    (#2326)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ byebug (indirect, 11.1.3 → 12.0.0) · Repo · Changelog

Release Notes

12.0.0

Changed

  • #690: break without any arguments now sets a breakpoint on the current line, just like gdb (@sergioro9.

Fixed

  • #741: Small consistency issues in help messages.
  • #743: untracevar command crashing when giving a non existent global variable.
  • #744: Another punctuation tweak in enable breakpoints help message.
  • #736: Skip warning about $SAFE global variable on ruby 2.7 when listing global variables.

Added

  • #847 and #850: Support for MRI 3.1, 3.2, and 3.3 (@marshall-lee).
  • #688: where command now receives an optional numeric argument <n> to print the nth first frames (@sergioro9.

Removed

  • Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ method_source (indirect, 1.0.0 → 1.1.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 11 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Sep 6, 2025
Copy link

github-actions bot commented Sep 6, 2025

Code Coverage

Package Line Rate Health
dynamoid 92%
Summary 92% (3757 / 4067)

Minimum allowed line rate is 90%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants