-
Notifications
You must be signed in to change notification settings - Fork 1
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
uninitialized constant Addressable::IDNA::PunycodeBigOutput (NameError) #119
Labels
Comments
|
What I'm using
|
This happens when you have
It is because begin
require "addressable/idna/native"
rescue LoadError
# libidn or the idn gem was not available, fall back on a pure-Ruby
# implementation...
require "addressable/idna/pure"
end We should require |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
This was not an issue in the previous version
The text was updated successfully, but these errors were encountered: