From c35373d3f653e3917d5e91756ed70c1e2d4c763f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:19:16 +0000 Subject: [PATCH] Bump rack from 1.6.4 to 1.6.13 in /spec/dummy4 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/dummy4/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/dummy4/Gemfile.lock b/spec/dummy4/Gemfile.lock index bc0019d5..4ea88ce4 100644 --- a/spec/dummy4/Gemfile.lock +++ b/spec/dummy4/Gemfile.lock @@ -159,7 +159,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.4) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.3)