From 987b095c427bcd2231722113bc350ad91d365697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:06:43 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.3 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.3. - [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/2.2.3...v2.2.6.3) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9ce6b18e54841e..29aaef35cb0b02 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.4.4' gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 1.0' -gem 'rack', '~> 2.2.3' +gem 'rack', '~> 2.2.6' gem 'thwait', '~> 0.2.0' gem 'e2mmap', '~> 0.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8884186fb01573..875629286306f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,7 +352,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -432,7 +434,7 @@ GEM pundit (2.1.0) activesupport (>= 3.0.0) raabro (1.3.1) - rack (2.2.3) + rack (2.2.6.3) rack-attack (6.3.1) rack (>= 1.0, < 3) rack-cors (1.1.1) @@ -763,7 +765,7 @@ DEPENDENCIES pry-rails (~> 0.3) puma (~> 4.3) pundit (~> 2.1) - rack (~> 2.2.3) + rack (~> 2.2.6) rack-attack (~> 6.3) rack-cors (~> 1.1) rails (~> 5.2.4.4)