deivid-rodriguez/pry-byebug

Pry Byebug specifies an older version of Pry

quintrino opened this issue · 1 comments

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?

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