[rubygems/rubygems] Added missing require for Bundler::YAMLSerializer

https://github.com/rubygems/rubygems/commit/55ef32fdd7
This commit is contained in:
Hiroshi SHIBATA 2023-04-17 15:45:53 +09:00 committed by git
parent 9365492f63
commit e684eb9e61

View File

@ -486,6 +486,7 @@ if you believe they were disclosed to a third party.
yaml_hash[key.to_s] = value
end
require "bundler/yaml_serializer"
Bundler::YAMLSerializer.dump(yaml_hash)
end