From dce399f613afbe848880dba6bd610cce001300a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:39:46 +0000 Subject: [PATCH] Bump rack from 2.1.4 to 2.2.8.1 in /ruby Bumps [rack](https://github.com/rack/rack) from 2.1.4 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/2.1.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 36b2444e..b2342503 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: daemons (1.3.1) eventmachine (1.2.7) - rack (2.1.4) + rack (2.2.8.1) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4)