aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-03-22 14:21:59 +0100
committergit <svn-admin@ruby-lang.org>2022-06-01 17:06:52 +0900
commit8381c568e70519e6902302cbe2b421742759f341 (patch)
treeb56fa9e921ce2e3ad84219b2abff8aa0a577cd36 /test
parent89ec3def74cb66e520b027e766e4874a82ddb528 (diff)
downloadruby-8381c568e70519e6902302cbe2b421742759f341.tar.gz
[rubygems/rubygems] Restore ability to load old marshalled gemspec that use `YAML::PrivateType`
This issue was not detected because when all traces of old YAML parser and emitter `Syck` were removed, this null-type.gemspec.rz marshalled gemspec was updated to no longer load `YAML::Syck::PrivateType` but load `Psych::PrivateType` instead. However, realworld old marshalled gemspecs still use the `YAML::PrivateType` constant, so this commit replaces the gemspec to be the real pry-0.4.7 marshalled gemspec, so that it catches this issue. https://github.com/rubygems/rubygems/commit/51b330b8d2
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/data/null-type.gemspec.rzbin504 -> 433 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/rubygems/data/null-type.gemspec.rz b/test/rubygems/data/null-type.gemspec.rz
index 2134fcde29..58fc1ed8a0 100644
--- a/test/rubygems/data/null-type.gemspec.rz
+++ b/test/rubygems/data/null-type.gemspec.rz
Binary files differ