From 7a7b465b5f2ad822d1a0b0efd32d8cbd8e1acaa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:41:36 +0000 Subject: [PATCH] Bump rack from 1.6.4 to 1.6.13 in /example 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] --- example/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index aea783c..5c86bfa 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../ + remote: .. specs: omniauth-facebook (3.0.0) omniauth-oauth2 (~> 1.2) @@ -27,7 +27,7 @@ GEM omniauth-oauth2 (1.4.0) oauth2 (~> 1.0) omniauth (~> 1.2) - rack (1.6.4) + rack (1.6.13) rack-protection (1.5.3) rack rack-test (0.6.3)