From 227a5fe823ac965cc42babb79c7f0d972baaed82 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Mon, 22 Jul 2024 16:42:36 -0400 Subject: [PATCH] Bump gems to avoid CVE notice * Address CVE-2024-39908 by bumping rexml to 3.3.2 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 184ca7b55..fcdf0cbc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,12 +56,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.1) + rexml (3.3.2) strscan rouge (4.3.0) safe_yaml (1.0.5) - sass-embedded (1.77.5-x86_64-linux-gnu) - google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.8-x86_64-linux-gnu) + google-protobuf (~> 4.26) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3)