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 for ruby 3 kwargs changes #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jpaulgs
Copy link
Contributor

@jpaulgs jpaulgs commented Dec 7, 2022

Working towards Ruby 3 support in a project that uses this (@ZimbiX you know the one)

Sequel passes a hash to this adaptor which in ruby 2 would be captured into kwargs. However the changes in ruby 3 mean that it was instead being captured in *args.

I'll also bump the required ruby version in the gemspec

@jpaulgs
Copy link
Contributor Author

jpaulgs commented Dec 7, 2022

Just to confirm the pre-push hook does pass locally

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant