Kong / unirest-ruby

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

Updates rest-client gem version #18

Closed Davidslv closed 8 years ago

Davidslv commented 9 years ago

This is the last version of rest-client gem at the moment.

I want to be able to use airbone gem for testing my API but there's a conflict between gems which this PR intends to fix.

Bundler could not find compatible versions for gem "rest-client":
  In Gemfile:
    airborne (>= 0) ruby depends on
      rest-client (>= 1.7.2, ~> 1.7) ruby

    unbabel (>= 0) ruby depends on
      unirest (>= 1.1.2, ~> 1.1) ruby depends on
        rest-client (1.6.7)

Thank you, David Silva

nikz commented 8 years ago

This has been fixed now, thanks for the PR!