From 3e9b29a25fef9f009dab44e90a3b41a2113f3a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:27:41 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.8.1 Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.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.6.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c843164d..54a03a1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM parallel (1.19.2) parser (2.7.1.5) ast (~> 2.4.1) - rack (2.2.6.4) + rack (2.2.8.1) rack-accept (0.4.5) rack (>= 0.4) rack-protection (2.1.0) @@ -102,6 +102,8 @@ GEM netrc (~> 0.8) rexml (3.2.5) rmagick (2.16.0) + rss (0.3.1) + rexml rubocop (0.92.0) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -163,6 +165,7 @@ DEPENDENCIES require_all rest-client rmagick (~> 2.16) + rss rubocop shoulda-context sinatra (~> 2.1)