From f5326f1cea14b853cb59ec187564b383ad811239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:54:03 +0000 Subject: [PATCH] Bump rack from 2.2.7 to 2.2.9 in /example Bumps [rack](https://github.com/rack/rack) from 2.2.7 to 2.2.9. - [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.9) --- 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..26fc94c 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.9) rackr (0.0.31) erubi (~> 1.12) rack (>= 2.0, < 4.0)