Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pry-byebug from 3.8.0 to 3.10.1 #2947

Merged
merged 2 commits into from
Feb 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2022

Bumps pry-byebug from 3.8.0 to 3.10.1.

Release notes

Sourced from pry-byebug's releases.

3.10.1

Fixed

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

3.10.0

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).

3.9.0

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).
Changelog

Sourced from pry-byebug's changelog.

3.10.1 (2022-08-16)

Fixed

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

3.10.0 (2022-08-15)

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).

3.9.0 (2020-03-21)

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).
Commits

Dependabot compatibility score

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 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 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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Aug 19, 2022
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch from fef6226 to 396882f Compare September 2, 2022 15:54
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch 3 times, most recently from 19fecfd to 8167c9b Compare September 12, 2022 17:47
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch 2 times, most recently from 8da07a7 to 5733a27 Compare September 23, 2022 16:45
@pgwillia
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch from ee28075 to 2f64140 Compare December 22, 2022 17:08
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch 3 times, most recently from ef32d29 to 310f289 Compare January 24, 2023 20:33
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch 3 times, most recently from f7d9c99 to 26a2385 Compare February 3, 2023 18:51
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.8.0 to 3.10.1.
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/pry-byebug@v3.8.0...v3.10.1)

---
updated-dependencies:
- dependency-name: pry-byebug
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/master/pry-byebug-3.10.1 branch from 26a2385 to 3807033 Compare February 3, 2023 19:01
Copy link
Contributor

@ConnorSheremeta ConnorSheremeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pry functions as expected through my testing of command line features

@ConnorSheremeta ConnorSheremeta merged commit e6b4e69 into master Feb 3, 2023
@ConnorSheremeta ConnorSheremeta deleted the dependabot/bundler/master/pry-byebug-3.10.1 branch February 3, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants