From ec66772e03fb0c8c7da150e46977409f87adf59e Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 11 May 2026 10:08:25 -0400 Subject: [PATCH 1/2] 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/2] 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