-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
warning on ruby 2.4.0 #123
Comments
|
thanks @joseairosa |
Getting same warning |
Still didn't have time to do this, apologies :( |
This issue is still present? Is the aim to remove the warning? Or stop delegation to the private method? |
@stevebissett definitely still needs to be fixed, I just haven't been able to get around it and do it. I'll try to do it this upcoming weekend. |
I've just released 0.3.26 - let me know if something is still broken. |
0.3.26 broke something for us. I didn't investigate and just pinned Gemfile to 0.3.25. I'll try to take a look at what it was next week. The symptom was that object.content was always 27 bytes compressed when sent over the wire using code like this:
|
Forwardable is used in |
getting the following warning on ruby 2.4.0
that is happening at the
service.buckets.find
methodThe text was updated successfully, but these errors were encountered: