-
Notifications
You must be signed in to change notification settings - Fork 22
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
test_cgi_cookie_new_with_domain does not run in 2.6 or earlier #32
Comments
2.6 cannot use kwargs **h to merge string-keyed hashes. Fixes ruby#32
Hi @headius, I'm in the process of backporting
Are you able to advise else what I might be able to try or am potentially missing? Thanks. ruby-2.7.7-Backport-CGI-0.1.0.2.patch.txt |
For anybody following, splatting the hashtable by hand is a quick and dirty workaround for ruby-2.6
|
The test added in 107a0c6 contains a test that uses `*h to merge two string hashes. This does not work under Ruby 2.6 and earlier, making it impossible to test v0.1.0.2 on any Ruby 2.6-compatible implementation.
The text was updated successfully, but these errors were encountered: