monkeylearn / monkeylearn-ruby

Official Ruby client for the MonkeyLearn API. Build and consume machine learning models for language processing from your Ruby apps.
MIT License
80 stars 14 forks source link

Update upper version restriction on Faraday dependency #19

Closed omab closed 5 years ago

omab commented 5 years ago

Faraday 0.17 is the default version install with ruby, this is still compatible with monkeylearn library, thus this PR updates the upper restriction to keep let it be kept and avoid a forced downgrade to 0.15.

Still, the restriction forces a version lower than 1.0.0, when Farday 1.0 is released, we can look into upgrading to it.