From b5d716e75923b0b51bdc2f379a9ec1602326c832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:48:07 +0000 Subject: [PATCH] Bump rack from 1.2.5 to 1.2.8 in /spec/rails3 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] --- spec/rails3/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/rails3/Gemfile.lock b/spec/rails3/Gemfile.lock index 308e80dc..3c80a36d 100644 --- a/spec/rails3/Gemfile.lock +++ b/spec/rails3/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../../ + remote: ../.. specs: sorcery (0.7.13) bcrypt-ruby (~> 3.0.0) @@ -78,7 +78,7 @@ GEM httpauth (~> 0.1) multi_json (~> 1.0) 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)