ostinelli / net-http2

NetHttp2 is an HTTP/2 client for Ruby.
MIT License
141 stars 31 forks source link

Relax http-2 dependency #28

Closed aried3r closed 6 years ago

aried3r commented 6 years ago

That way we're a bit more optimistic about changes and also don't fix people using that gem for other purposes. What do you think?

https://github.com/igrigorik/http-2/compare/v0.9.0...v0.9.1

aried3r commented 6 years ago

Not sure what happened with Ruby 2.2, seems like it timed out but also some tests failed. Are they flakey (see also #29)?

ostinelli commented 6 years ago

Unfortunately given we're still in the 0.x phase I do not want to relax dependencies. Most of the time, the gem version are very specifically linked.

aried3r commented 6 years ago

Ok! Would you be ok if I changed it to 0.9.1? Alternatively we could allow 0.9.0 - 0.9.1 to not force people on one specific version since it seems to work with both.

aried3r commented 6 years ago

Hey, I changed it to allow both 0.9.0 and 0.9.1. Would that be ok for you?

aried3r commented 6 years ago

Closing, since 0.10.0 is out and you mentioned that the versions are usually closely coupled.