From 6a3254cdf6a82a700de5c69e4a3e65b9845d4f11 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 6 Dec 2022 02:23:29 -0500 Subject: [PATCH] dep(dev): pin psych to v4 until v5 builds in CI see https://github.com/ruby/setup-ruby/issues/409 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 3c4cb0ef2a..27461f0380 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ group :development do # documentation gem "hoe-markdown", "= 1.4.0" gem "rdoc", "= 6.4.0" + gem "psych", "~> 4.0" # psych 5 isn't building in places yet https://github.com/ruby/setup-ruby/issues/409 # parser generator gem "rexical", "= 1.0.7"