igrigorik / em-http-request

Asynchronous HTTP Client (EventMachine + Ruby)
1.22k stars 222 forks source link

Add version restriction for uri gem #367

Open jordan-brough opened 2 weeks ago

jordan-brough commented 2 weeks ago

The "uri" gem was updated last week and the new version has an incompatibility with the "cookiejar" library.

See https://github.com/ruby/uri/issues/131

jordan-brough commented 1 week ago

The upstream issue https://github.com/ruby/uri/issues/131 has been addressed.

I've updated this PR to instead just exclude the incompatible versions of uri. Those would normally be better to put in the cookiejar gem, but that gem is archived.