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

Update pry Gem to 0.14.2 #51277

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Update pry Gem to 0.14.2 #51277

merged 1 commit into from
Apr 17, 2023

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented Apr 11, 2023

Specifically target ~> 0.14.0 to pick up support for Ruby 3.0

Breaking changes in 0.13.x were mostly about deleting functionality deprecated in 0.12. The only breaking change in 0.14.x is removal of support for plugin autoloading.

Links

Testing story

Verified that attempting to insert a binding.pry statement doesn't work as expected in Ruby 3.0 on our current version of pry, but does on this one.

Specifically `~> 0.14.0` to pick up support for Ruby 3.0

Breaking changes in 0.13.x were mostly about deleting functionality deprecated in 0.12. The only breaking change in 0.14.x is removal of support for plugin autoloading. I'm not aware of anywhere we're actually using `pry` in our codebase, however; I believe we just make it available so developers can use it in their local debugging without ever committing anything to the codebase. As such, I don't expect we'll be directly affected by any of these changes.

- https://github.com/pry/pry/blob/master/CHANGELOG.md#v0140-february-8-2021
@Hamms Hamms added the Ruby Update Everything related to work to update the version of Ruby our codebase runs on label Apr 11, 2023
@Hamms Hamms marked this pull request as ready for review April 12, 2023 20:06
@Hamms Hamms requested review from a team April 12, 2023 20:06
@Hamms Hamms merged commit 35e8df3 into staging Apr 17, 2023
@Hamms Hamms deleted the pry-0.14.2 branch April 17, 2023 18:43
@Hamms Hamms mentioned this pull request Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ruby Update Everything related to work to update the version of Ruby our codebase runs on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants