From fff08473eb50441fe342ed0b4fdb8ca7df9fdce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:22: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: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d2774f5..4933120 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ end ruby '3.0.6' # gem 'bundler', '~> 2.1.4' gem 'sinatra', '~> 3.0.4' -gem 'rack', '~> 2.2.6.4' +gem 'rack', '~> 2.2.8.1' gem 'rails', '~> 6.1.7.5' gem 'puma', '>= 5.6.7' gem 'puma_worker_killer' diff --git a/Gemfile.lock b/Gemfile.lock index 409c18a..ca6f0ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM get_process_mem (~> 0.2) puma (>= 2.7) racc (1.7.1) - rack (2.2.6.4) + rack (2.2.8.1) rack-cors (2.0.1) rack (>= 2.0.0) rack-protection (3.0.6) @@ -466,7 +466,7 @@ DEPENDENCIES pg puma (>= 5.6.7) puma_worker_killer - rack (~> 2.2.6.4) + rack (~> 2.2.8.1) rack-cors rails (~> 6.1.7.5) rails-html-sanitizer (~> 1.5.0)