filestack/filestack-ruby

unirest uses old version of rest-client

Closed this issue · 6 comments

I'm not able to use this gem due to conflicting rest-client gem version with some other gems I have in my project. One of the gems require rest-client >= 2.0 and filestack-ruby requires unirest which requires the older rest-client (~> 1.6.7). I would have opened an issue upon unirest but it seems like it's unmaintained and there are a bunch of other old dependency issues in there: look at Kong/unirest-ruby#45 and
Kong/unirest-ruby#33

Any suggestions guys? rest-client 1.6.7 has a known vulnerability, but since Filestack has a dependency on unirest 1.1.2 it's impossible to update rest-client without removing Filestack-Ruby.

We will fix the issue in new version of Ruby SDK

Awesome @gabifiolek! Any idea when this new version will be released?

Hey @gabifiolek Any idea on an update?

Hey @thejspr @sina-s It's quite easy to roll your own implementation. I used HTTParty and it was a cakewalk. Might be the best choice because there doesn't seem to be a timeframe for this update.

@sina-s we actually updated the library to version 2.3.0 with some changes.