From 37699a244440f6f2b38f54bcfff713e47a502aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:50:46 +0000 Subject: [PATCH] Bump rack from 2.2.8 to 2.2.8.1 in /webapp/ruby Bumps [rack](https://github.com/rack/rack) from 2.2.8 to 2.2.8.1. - [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/v2.2.8...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- webapp/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index 9967e73..1c095e6 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -8,7 +8,7 @@ GEM mysql2 (0.5.5) mysql2-cs-bind (0.0.6) mysql2 - rack (2.2.8) + rack (2.2.8.1) rack-protection (2.2.3) rack raindrops (0.16.0)