Kong / unirest-ruby

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

Unirest not working, conflicts with addressable #33

Closed dodops closed 5 years ago

dodops commented 8 years ago

Hi guys!

I'm trying to use Unirest but I get an error:

'raise_if_conflicts': Unable to activate unirest-1.1.2, because addressable-2.4.0 conflicts with addressable (~> 2.3.5) (Gem::ConflictError)

Looks like there's a conflict with the version of addressable. How can I fix this?

paulmakepeace commented 8 years ago

This should fix it: https://github.com/Mashape/unirest-ruby/pull/40