From ec66772e03fb0c8c7da150e46977409f87adf59e Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 11 May 2026 10:08:25 -0400 Subject: [PATCH 1/3] chore: resolve open dependabot security alerts - erb 6.0.2 -> 6.0.4 (high, alert #13) Signed-off-by: Jonathan Norris --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07ba489f..8d1d7c8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM reline (>= 0.3.8) diff-lcs (1.6.2) docile (1.4.1) - erb (6.0.2) + erb (6.0.4) ffi (1.17.4) fileutils (1.8.0) io-console (0.8.2) From d49a1de15ae25564b905c25a6fc409f67c8de684 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Tue, 2 Jun 2026 14:01:53 -0400 Subject: [PATCH 2/3] chore: bump bundler to 4.0.12 to fix ruby-head CI Signed-off-by: Jonathan Norris --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8d1d7c8b..9601b292 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,4 +211,4 @@ DEPENDENCIES timecop (~> 0.9.10) BUNDLED WITH - 4.0.6 + 4.0.12 From 143063f0417275bf56251569fb882555c29249f2 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 29 Jun 2026 12:56:32 -0400 Subject: [PATCH 3/3] chore: resolve open dependabot security alerts - concurrent-ruby 1.3.6 -> 1.3.7 (high/low, alerts #13, #14, #15, #16) Signed-off-by: Jonathan Norris --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9601b292..2370d35e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM base64 (0.3.0) bigdecimal (4.1.1) builder (3.3.0) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) csv (3.3.5) cucumber (11.0.0) base64 (~> 0.2)