From 158efe0cbd929f699361c853db8a761e95bae394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:41:34 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.22 in /client Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.22. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...v2.2.22) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Gemfile.lock b/client/Gemfile.lock index 6e0ab146..6db5d000 100644 --- a/client/Gemfile.lock +++ b/client/Gemfile.lock @@ -15,7 +15,7 @@ GEM minitest (5.14.2) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - rack (2.2.3) + rack (2.2.22) rack-protection (2.1.0) rack rake (13.0.1)