Jean Boussier e136e552b6 [ruby/json] Instantiate Parser with a kwsplat
Prior to 2.7.3, `JSON::Ext::Parser` would only take kwargs.
So if json_pure 2.7.4 is loaded with `json <= 2.7.2` (or stdlib)
it blows up.

Ref: https://github.com/ruby/json/issues/650
Fix: https://github.com/ruby/json/issues/651

https://github.com/ruby/json/commit/4d9dc98817
2024-10-26 18:44:15 +09:00
..
2024-10-26 18:44:15 +09:00