[rubygems/rubygems] Added explicitly loading for Gem::SafeYAML

https://github.com/rubygems/rubygems/commit/3d9d587dd7
This commit is contained in:
Hiroshi SHIBATA 2023-04-17 15:05:31 +09:00 коммит произвёл git
Родитель 2c91ec0869
Коммит 038c6e773f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -332,6 +332,8 @@ module Gem::GemcutterUtilities
request.basic_auth email, password
end
Gem.load_yaml
with_response response do |resp|
Gem::SafeYAML.load clean_text(resp.body)
end