From 4268a5fd89a2d98bb4960265f48665696f2cb338 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 19:46:39 +0000 Subject: [PATCH] Update psych to version 4.0.0 --- 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