When I recently ran a bundle update on a project that is using Ruby 2.4, it suggested upgrading pry-stack_explorer to v0.4.11 as the latest version that supports Ruby 2.4.
However, the documentation says that v0.4.11 requires Ruby 2.5+. I tried running a build to check whether I could use it with Ruby 2.4, but the tests failed.
This pull request specifies Ruby 2.5 as a minimum requirement for the gem. It is targeted against the works-with-ruby-2-5 branch so that it builds upon v4.x. Would it be possible to remove and re-publish v0.4.11 with an updated specification?
When I recently ran a
bundle update
on a project that is using Ruby 2.4, it suggested upgradingpry-stack_explorer
to v0.4.11 as the latest version that supports Ruby 2.4.However, the documentation says that v0.4.11 requires Ruby 2.5+. I tried running a build to check whether I could use it with Ruby 2.4, but the tests failed.
This pull request specifies Ruby 2.5 as a minimum requirement for the gem. It is targeted against the
works-with-ruby-2-5
branch so that it builds upon v4.x. Would it be possible to remove and re-publish v0.4.11 with an updated specification?