From 6c4c81c33c2008ffc143c62d6c3cd0e56511c487 Mon Sep 17 00:00:00 2001 From: MontrealSergiy Date: Mon, 30 Sep 2024 12:02:52 -0400 Subject: [PATCH] fixing yaml bug by forcefully upgrading psych gem --- BrainPortal/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/BrainPortal/Gemfile b/BrainPortal/Gemfile index 95c062d97..311862cef 100644 --- a/BrainPortal/Gemfile +++ b/BrainPortal/Gemfile @@ -38,6 +38,7 @@ gem "bcrypt_pbkdf" # They are usually the most tricky to compile and integrate into the app. gem "rbnacl" gem "rbnacl-libsodium" +gem "psych", '~> 3.3' # Other utilities gem "sys-proctable", '~> 1.2.0'