From 841dad95f5e3437df3e415cec2c8c4cf377dcf35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 13 Oct 2023 14:55:30 +0200
Subject: [PATCH] lock psych to 5.1.0

---
 Gemfile      | 3 ++-
 Gemfile.lock | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index 9ea80345a..c3d0fcb34 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,6 +55,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0"
 gem "omniauth-saml", "~> 2.0"
 gem "pexels", "~> 0.5.0"
 gem "pg", "~> 1.1"
+gem "psych", "= 5.1.0"
 gem "puma"
 gem "rails", "~> 7.1.0"
 gem "rails-autocomplete", "~> 2.0"
@@ -97,4 +98,4 @@ group :test do
   gem "simplecov", require: false
 end
 
-gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
\ No newline at end of file
+gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
diff --git a/Gemfile.lock b/Gemfile.lock
index f972b3000..fc67a2484 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -417,7 +417,7 @@ GEM
       requests (~> 1.0.2)
     pg (1.5.4)
     popper_js (2.11.8)
-    psych (5.1.1)
+    psych (5.1.0)
       stringio
     public_suffix (5.0.3)
     puma (6.4.0)
@@ -668,6 +668,7 @@ DEPENDENCIES
   omniauth-saml (~> 2.0)
   pexels (~> 0.5.0)
   pg (~> 1.1)
+  psych (= 5.1.0)
   puma
   rack-mini-profiler (~> 2.0)
   rails (~> 7.1.0)
-- 
GitLab