From 3bb78f4601cfce1e51d61497f8a9a67ff631d636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:32:50 +0000 Subject: [PATCH] Bump rack from 2.2.7 to 2.2.8.1 in /example Bumps [rack](https://github.com/rack/rack) from 2.2.7 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.7...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 2e58bba..24e2a36 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -23,7 +23,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8.1) rackr (0.0.31) erubi (~> 1.12) rack (>= 2.0, < 4.0)