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

Update pry requirement from ~> 0.13.0 to >= 0.13, < 0.15 #346

Merged
merged 1 commit into from Apr 5, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 8, 2021

Updates the requirements on pry to permit the latest version.

Changelog

Sourced from pry's changelog.

[v0.14.0][v0.14.0] (February 8, 2021)

Features

  • Made ? an alias to show-source -d (#2133)
  • Added support for Ruby 3.0

Breaking changes

  • Deleted support for plugin autoloading (#2119). In order to load a Pry plugin you must require it from your pryrc or add it to your Gemfile.

    # ~/.pryrc
    require 'pryrc'
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 will not automatically merge this PR because this dependency is pre-1.0.0.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Closes #350.

Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pry/pry/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@deivid-rodriguez deivid-rodriguez merged commit a915f21 into master Apr 5, 2021
@deivid-rodriguez deivid-rodriguez deleted the dependabot/bundler/pry-0.14.0 branch April 5, 2021 09:34
@quintrino
Copy link

Do you know when you'll be releasing a new version now that this is fixed?

@deivid-rodriguez
Copy link
Owner

I'll try this week 👍.

@deivid-rodriguez
Copy link
Owner

Hi @quintrino. I'm seeing though that apparently pry-byebug has issues with pry 0.14.0 as per #343. So I think I need to have a look at that issue before releasing this change.

@jrochkind
Copy link

Was checking my bundle outdated to see what gems i might be using that have newer versions -- and saw I'm still using an old pry because latest pry-byebug restricts to pry 0.13 instead of 0.14.

Any updates on when we'll get a release that allows 0.14? Thanks!

@AlexWayfer
Copy link

Any updates on when we'll get a release that allows 0.14? Thanks!

Check the mentioned above issue about problems with 0.14.

@igalic
Copy link

igalic commented Dec 9, 2021

@AlexWayfer,

Check the mentioned above issue about problems with 0.14.

is #343 the only issue to track here, or are there any others?

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

Successfully merging this pull request may close these issues.

Pry Byebug specifies an older version of Pry
5 participants