pry / pry-stack_explorer

Walk the stack in a Pry session
Other
454 stars 28 forks source link

Require Ruby 2.5 for v0.4.11 #54

Closed hosamaly closed 4 years ago

hosamaly commented 4 years ago

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?

joallard commented 4 years ago

Sounds about right. Thanks for the change!

I'll publish v0.4.12

joallard commented 4 years ago

Done! (I renamed the branch to 0-4.)