[rubygems/rubygems] Added missing require for Bundler::YAMLSerializer
https://github.com/rubygems/rubygems/commit/55ef32fdd7
This commit is contained in:
parent
9365492f63
commit
e684eb9e61
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user