Skip to content

chore(deps): update dependency pry-byebug to v3.10.1

renovate-bot requested to merge renovate/pry-byebug-3.x-lockfile into master

This MR contains the following updates:

Package Update Change
pry-byebug minor 3.6.0 -> 3.10.1

Release Notes

deivid-rodriguez/pry-byebug (pry-byebug)

v3.10.1

Compare Source

Fixed
  • Rails console loading a debugger REPL instead of the standard Pry REPL (#​392)

v3.10.0

Compare Source

Added
  • Support for pry 0.14 (#​346, #​386). NOTE: pry-byebug now needs to be explicitly required from ~/.pryrc since plugin autoloading has been removed from Pry.
Removed
  • Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#​380).

v3.9.0

Compare Source

Fixed
  • Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#​289).
Added
  • Support for pry 0.13.0 (#​266).
Removed
  • Support for pry older than 0.13.0 (#​289).

v3.8.0

Compare Source

Fixed
  • Use Binding#source_location instead of evaluating __FILE__ to avoid warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#​221).
Removed
  • Support for Ruby 2.3. Pry-byebug no longer installs on this platform.

v3.7.0

Compare Source

  • Byebug 11 compatibility, with ruby 2.6 support.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports