-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URI::REGEXP::PATTERN::IPV6ADDR
no longer available in 1.0.1
#131
Comments
jordan-brough
added a commit
to jordan-brough/em-http-request
that referenced
this issue
Nov 12, 2024
The "uri" gem was updated last week and the new version has an incompatibility with the "cookiejar" library. See ruby/uri#131
jordan-brough
added a commit
to jordan-brough/em-http-request
that referenced
this issue
Nov 12, 2024
The "uri" gem was updated last week and the new version has an incompatibility with the "cookiejar" library. See ruby/uri#131
Thank you for your report. How about #132? That test-case covered your issues. |
Thank you for the quick response @hsbt! The update seems to be working for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cookiejar gem used
URI::REGEXP::PATTERN::IPV6ADDR
andURI::REGEXP::PATTERN:: IPV4ADDR
from uri versions < 1.0.0.Now the library raises this exception:
Because this code is failing:
see here.
Would it be possible to restore and deprecate those constants? The cookiejar project is archived so replacing it will take some work.
The text was updated successfully, but these errors were encountered: