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

fix ruby2.7 kwargs warning with finders method_missing #914

Closed
wants to merge 1 commit into from

Conversation

shanet
Copy link

@shanet shanet commented Feb 8, 2022

Description

Warnings generated by Ruby 2.7 regarding kwargs were fixed with this patch: #885. However, I ran into a lingering one generated by the Finders module method_missing method. Adding ruby2_keywords to the function header as was done with the other method_missing methods from the aforementioned patch resolves the warning.

References

@shanet
Copy link
Author

shanet commented May 2, 2023

Closing this to get it off my open PRs list since it seems this gem is no longer maintained.

@shanet shanet closed this May 2, 2023
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