From 71590f9e1241ee8a7d3959069695a5cb5e35ca89 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 12 May 2025 15:06:17 -0400 Subject: [PATCH] dep: update rack and rack-session to address: - https://github.com/basecamp/fizzy/security/dependabot/25 - https://github.com/basecamp/fizzy/security/dependabot/26 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a88385fa5..3dc033356 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,10 +264,10 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.13) + rack (3.1.14) rack-contrib (2.5.0) rack (< 4) - rack-session (2.1.0) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0)