From 47985f9b7abfedb0b269e41d823c4cb1af7ff3f4 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 04:46:04 +0000 Subject: [PATCH] Update psych to version 4.0.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3fa5c9f..1744ac7 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ platform :rbx do # at all (see e.g. https://github.com/seattlerb/minitest/issues/358). So, I'm # holding this one back until we find out what's going on. gem "rubysl-test-unit", "2.0.1" - gem "psych", "~> 2.0" + gem "psych", "~> 4.0" end