diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-17 15:45:53 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-19 06:56:16 +0000 |
commit | e684eb9e6126b3cae7d63efca9fe365a22ddefd7 () | |
tree | 5af67257d8aa01bc066e82cd71e7a038a9bbc058 /lib/rubygems/config_file.rb | |
parent | 9365492f63c4f8c590f8d2d08fbe5bed63ff1ed4 (diff) |
[rubygems/rubygems] Added missing require for Bundler::YAMLSerializer
https://.com/rubygems/rubygems/commit/55ef32fdd7
-rw-r--r-- | lib/rubygems/config_file.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -486,6 +486,7 @@ if you believe they were disclosed to a third party. yaml_hash[key.to_s] = value end Bundler::YAMLSerializer.dump(yaml_hash) end |