From 5713cb24e01015f37a3fe90b4c8af236a0f47779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 05:14:13 +0000 Subject: [PATCH] Bump rack from 2.0.5 to 2.2.6.4 in /example Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.2.6.4. - [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.0.5...v2.2.6.4) --- 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 23a87e8..cd562a7 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: mustermann (1.0.2) - rack (2.0.5) + rack (2.2.6.4) rack-protection (2.0.1) rack sinatra (2.0.1)