deivid-rodriguez/pry-byebug

Relax restriction for byebug version

matheussilvasantos opened this issue · 5 comments

Any chance to make pry-byebug work with byebug 11.1?

Pry-byebug should support byebug 11.1, which problem are you having?

I tried to install ruby_jard without removing pry-byebug. But bundler can't install byebug 11.1, needed for ruby_yard, because pry-byebug needs ~> 11.0.

The ~> 11.0 requirement is perfectly compatible with 11.1, it must be something else that was preventing byebug from being installed.

Indeed, it is. 🤦
Sorry for that. I've updated byebug, and it worked.

No problem!