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

ci: include Ruby 3.2 in test matrix #436

Merged
merged 4 commits into from
Jan 26, 2023
Merged

ci: include Ruby 3.2 in test matrix #436

merged 4 commits into from
Jan 26, 2023

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Jan 26, 2023

This PR removes pry (a debug tool) from the dev dependency list, it wasn't being actively used other than being required. It's a useful tool but has been superseded in 3.2 with new built-in debug tools.

Including it produces an error that is fixed in pry@0.14, but unable to upgrade to that version thanks to an incompatible transient dependency chain.

However, removing it means the SDK can be tested in Ruby 3.2.

@stevehobbsdev stevehobbsdev requested a review from a team as a code owner January 26, 2023 10:17
@stevehobbsdev stevehobbsdev added the review:small Small review label Jan 26, 2023
@stevehobbsdev stevehobbsdev enabled auto-merge (squash) January 26, 2023 10:49
@stevehobbsdev stevehobbsdev merged commit eef91f0 into master Jan 26, 2023
@stevehobbsdev stevehobbsdev deleted the chore/test-3.2 branch January 26, 2023 12:06
@stevehobbsdev stevehobbsdev mentioned this pull request Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:small Small review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants