em-http-request
em-http-request copied to clipboard
Add version restriction for uri gem
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
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.