From 61789702e1a368d3396c890e6da22d8db16cf784 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 22 Oct 2023 11:31:34 -0400 Subject: [PATCH] dep: revert 59e4981a and remove psych psych 5.1.1.1 fixes the issues for jruby --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 24aaecd9841..db985594459 100644 --- a/Gemfile +++ b/Gemfile @@ -43,5 +43,3 @@ end group :rdoc do gem "rdoc", "6.5.0" end - -gem "psych", "!= 5.1.1", "!= 5.1.0" # https://github.com/ruby/psych/issues/655