-
Notifications
You must be signed in to change notification settings - Fork 14
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 warnings from Ruby 2.7 #19
Fix warnings from Ruby 2.7 #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it fails in older rubies.
And cache, cache is depending on |
5df8b05
to
4c1f9b7
Compare
Done. It's strange, I didn't find anything related in Ruby 2.5.0 changes.
Done. |
AFAIR there were some bugfixes in handling kwargs. |
Now rubocop is unhappy though :( |
Oh, not a problem. I'm used to 80-symbols lines or not limit at all. Didn't notice offenses, sorry. I'll fix that. |
And it's hard to test:
😬 |
4c1f9b7
to
a4bc277
Compare
Okay then! |
Add specs for it.
a4bc277
to
559ef78
Compare
And the problem with:
because of ff64398#commitcomment-36941780 |
Thanks for the patch! |
Add specs for it.