From 2a1c3ce05437203b8e4aa5ec2b552d17e86cd1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:52:16 +0000 Subject: [PATCH] Bump rack from 3.1.12 to 3.1.17 in /example Bumps [rack](https://github.com/rack/rack) from 3.1.12 to 3.1.17. - [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/v3.1.12...v3.1.17) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.17 dependency-type: direct:production ... 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 b2813563..ef45a427 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -127,7 +127,7 @@ GEM pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) - rack (3.1.12) + rack (3.1.17) rake (13.2.1) rbnacl (7.1.2) ffi (~> 1)