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

Pry Byebug specifies an older version of Pry #350

Closed
quintrino opened this issue Mar 23, 2021 · 1 comment · Fixed by #346
Closed

Pry Byebug specifies an older version of Pry #350

quintrino opened this issue Mar 23, 2021 · 1 comment · Fixed by #346

Comments

@quintrino
Copy link

gem.add_runtime_dependency "pry", "~> 0.13.0"

Looks like the Gemspec requires 0.13, but Pry has now released 0.14

Is it possible to update this to allow both 0.13 and 0.14?

@jorge-precich
Copy link

jorge-precich commented Apr 3, 2021

There's a Dependabot PR for this, noticed the same issue when running bundle outdated. #346

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

Successfully merging a pull request may close this issue.

2 participants