From dfecc650c3f9bbd8b4fb0eefc1e3da65f151d3a8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 17 May 2021 12:57:32 +0900 Subject: Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rb --- lib/yaml/store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/yaml') diff --git a/lib/yaml/store.rb b/lib/yaml/store.rb index 3c9b8817e4..f8650b942f 100644 --- a/lib/yaml/store.rb +++ b/lib/yaml/store.rb @@ -65,7 +65,7 @@ class YAML::Store < PStore end def load(content) - table = YAML.load(content) + table = YAML.unsafe_load(content) if table == false {} else -- cgit v1.2.3