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

Updated usage of kwargs for Ruby 3.0 #247

Closed
wants to merge 2 commits into from

Conversation

paul
Copy link
Contributor

@paul paul commented Dec 29, 2020

Pretty standard fixes that were warnings in Ruby 2.7. The only interesting part was in Config spec, I had to split the args array into kwargs manually.

Further reading: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

Fixes #245

paul added 2 commits December 29, 2020 11:54
Pretty standard fixes that were warnings in Ruby 2.7. The only
interesting part was in Config spec, I had to split the args array into
kwargs manually.

Further reading: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
@paul
Copy link
Contributor Author

paul commented Dec 29, 2020

It looks like your travis build has errors with rvm...

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.

Support Ruby 3.0
1 participant