From 4faab9cce113cf5c240901dae5aa8d799cfeb6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:49:40 +0000 Subject: [PATCH] Bump rack from 2.2.8 to 3.0.9.1 in /blog Bumps [rack](https://github.com/rack/rack) from 2.2.8 to 3.0.9.1. - [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/v2.2.8...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- blog/Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/blog/Gemfile.lock b/blog/Gemfile.lock index 2fcc04a..5622cb4 100644 --- a/blog/Gemfile.lock +++ b/blog/Gemfile.lock @@ -186,14 +186,14 @@ GEM stringio public_suffix (4.0.6) racc (1.7.3) - rack (2.2.8) - rack-session (1.0.2) - rack (< 3) + rack (3.0.9.1) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) - webrick + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -209,9 +209,9 @@ GEM reline (0.4.1) io-console (~> 0.5) ruby2_keywords (0.0.5) - sprockets (4.0.3) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2)