rest-client / rest-client

Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.

Home Page:https://rubydoc.info/github/rest-client/rest-client/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency http-accept

Marcellllll opened this issue · comments

Hi,

I don't know exactly how to contribute, but I made a quick test with the latest version of http-accept, and everything worked fine:

Installing http-accept 2.1.1 (was 1.7.0)
Using rest-client 2.1.0 from source at `.`
Bundle updated!
user@PolarBear:~/Development/rest-client$ rspec spec/

Randomized with seed 11275
..............................................................................................................................................................................................................................................................................................................

Finished in 8.25 seconds (files took 1.49 seconds to load)
302 examples, 0 failures

Randomized with seed 11275

Is there a way to update the requirement for http-accept ? (s.add_dependency('http-accept', '>= 1.7.0')) or limit at version 3 ? Can I just try to send a pull request ?

Kind regards

Related: #719