From e9fb62474fd6096d337079707725dfcc2327eabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:35:49 +0000 Subject: [PATCH] Bump rack from 1.2.5 to 1.2.8 in /testapps/rails3app Bumps [rack](https://github.com/rack/rack) from 1.2.5 to 1.2.8. - [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.2.5...1.2.8) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- testapps/rails3app/Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testapps/rails3app/Gemfile.lock b/testapps/rails3app/Gemfile.lock index 386c1bd..6a0f46c 100644 --- a/testapps/rails3app/Gemfile.lock +++ b/testapps/rails3app/Gemfile.lock @@ -2,8 +2,7 @@ PATH remote: ../.. specs: excelinator (1.0.0) - fastercsv - spreadsheet (= 0.6.8) + spreadsheet GEM remote: http://rubygems.org/ @@ -49,7 +48,7 @@ GEM treetop (~> 1.4.8) mime-types (1.17.2) polyglot (0.3.3) - rack (1.2.5) + rack (1.2.8) rack-mount (0.6.14) rack (>= 1.0.0) rack-test (0.5.7)