Andrew Lau

Results 2 comments of Andrew Lau

Hi @headius, I'm in the process of backporting`cgi-0.1.0.2` from `ruby-2.7.7` into `ruby 2.6.10p210 (2022-04-12 revision 67958)` (see attached patch) and I've also applied [9cab3c5](https://github.com/ruby/cgi/commit/9cab3c5ebbd0168d3e5898a5833cb643b5153998) locally. Everything compiles fine, but I'm...

For anybody following, splatting the hashtable by hand is a quick and dirty workaround for ruby-2.6 ``` --- a/test/cgi/test_cgi_cookie.rb 2022-12-13 10:42:11 +++ b/test/cgi/test_cgi_cookie.rb 2022-12-13 10:58:44 @@ -61,19 +61,26 @@ def...