зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Don't use Psych
https://github.com/rubygems/rubygems/commit/d6555aaa28
This commit is contained in:
Родитель
038c6e773f
Коммит
1225eff38f
|
@ -332,10 +332,9 @@ module Gem::GemcutterUtilities
|
|||
request.basic_auth email, password
|
||||
end
|
||||
|
||||
Gem.load_yaml
|
||||
|
||||
require "bundler/yaml_serializer"
|
||||
with_response response do |resp|
|
||||
Gem::SafeYAML.load clean_text(resp.body)
|
||||
Bundler::YAMLSerializer.load clean_text(resp.body)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче