From ff7a6983f0356b7fb54497773fa29f2e73315ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:47:55 +0000 Subject: [PATCH] Bump rack from 1.2.5 to 1.2.8 in /spec 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/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index e9607443..5b78190d 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../ + remote: .. specs: sorcery (0.7.13) bcrypt-ruby (~> 3.0.0) @@ -64,7 +64,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)