From 4be6fba8ca539f4c9db4014c8b3f620474e1c75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:41:35 +0000 Subject: [PATCH] Bump rack from 1.6.4 to 1.6.13 in /spec/dummy Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.13. - [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/1.6.4...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- spec/dummy/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index d057161..57e2d41 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../../ + remote: ../.. specs: penman (1.0.0) rails (>= 4) @@ -63,7 +63,7 @@ GEM mysql2 (0.3.20) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - rack (1.6.4) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.4)