Hiroshi SHIBATA 1f48cf8a4e [ruby/rubygems] Adapt the plugin index to Gem::YAMLSerializer semantics
The stub serializer dumped an empty hash as a bare "key:" line and loaded
such a line back as an empty hash. Gem::YAMLSerializer dumps it as
"key: {}" and correctly loads a bare key as nil, so index files written
by older Bundler versions would crash load_index with a TypeError. Treat
nil sections as empty when loading, and update the index spec to the new
dump format for hook arrays.

https://github.com/ruby/rubygems/commit/720cc8ac56

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 05:00:53 +00:00
..
2026-07-20 08:23:42 +00:00
2026-07-28 10:51:25 +00:00
2026-06-02 05:17:51 +00:00
2026-07-27 15:51:06 +09:00
2026-08-01 20:22:21 -04:00
2026-06-22 01:17:19 +00:00