Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 83 forks source link

Update gems #42

Open mdippery opened 7 years ago

mdippery commented 7 years ago

Update gems to latest versions and fix a few warnings that occur when running tests.

bih commented 7 years ago

+1

bih commented 7 years ago

FYI Because it breaks our tests when we're using gems that rely on the unirest gem, I have created an alternative gem called unirest-2x which is a temporary fix.

Add as following:

gem "unirest-2x"
zorbash commented 3 years ago

Thanks @bih for the fork.

We had to update our Gemfile with the following to work:

gem 'unirest-2x', require: 'unirest'
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.