uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Deprecation and warning messages on the latest version. #119

Closed ricardoperezMTVH closed 1 year ago

ricardoperezMTVH commented 1 year ago

Describe the bug

Is not a bug per se, but the latest version of the gem is giving me a couple of warning and deprecation messages loading the gem or using the API

Environment

kraft001 commented 1 year ago

@ricardoperezMTVH Yes, there was an issue with ruby 3+. It's fixed now. Could you, please, check the new version (4.3) and let me know if it works well for you?

ricardoperezMTVH commented 1 year ago

Hi @kraft001 I've upgrade uploadcare-ruby to version 4.3 and there warning messages are gone now. Thanks