Kong / unirest-ruby

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

unirest depending on old json version. Ruby 2.4.0 includes json 2.0.2 #45

Open moeSizlak opened 7 years ago

moeSizlak commented 7 years ago

Ruby 2.4.0 includes json-2.0.2 as a system gem (cannot be uninstalled). Unirest requires 'json', '~> 1.8.1'. Therefore it is not possible to use unirest with ruby 2.4.0.