From 0a0e8795eb799ca192cd9c001637cf9cab1f7d47 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 22 Oct 2023 10:27:48 -0400 Subject: [PATCH] dep: remove psych as an explicit dep it was only added because psych 5 wouldn't build on some CI platforms, but that seems to be fixed now. --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5eba4812..503b3533 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,5 @@ gem("minitest", "5.20.0") gem("rake-compiler", "1.2.5") gem("rake-compiler-dock", "1.3.0") gem("rdoc", "6.5.0") -gem("psych", "5.1.0") gem("ruby_memcheck", "2.2.0") if Gem::Platform.local.os == "linux"