From 6e931785e7ef865ce5dd43aa675e38f786fc1119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:33:54 +0000 Subject: [PATCH] Bump rackup from 1.0.0 to 2.2.1 Bumps [rackup](https://github.com/rack/rackup) from 1.0.0 to 2.2.1. - [Release notes](https://github.com/rack/rackup/releases) - [Changelog](https://github.com/rack/rackup/blob/main/releases.md) - [Commits](https://github.com/rack/rackup/compare/v1.0.0...v2.2.1) --- updated-dependencies: - dependency-name: rackup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 7169d55d4..0c2e4d878 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "plek" # See https://github.com/puma/puma/pull/3532 # `require: false` is needed because you can't actually `require "rackup"` # due to a different bug: https://github.com/rack/rackup/commit/d03e1789 -gem "rackup", "1.0.0", require: false +gem "rackup", "2.2.1", require: false gem "sentry-sidekiq" gem "state_machines" gem "state_machines-mongoid" diff --git a/Gemfile.lock b/Gemfile.lock index 3477a8144..9e3cead9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -553,19 +553,19 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.10) - rack-protection (3.2.0) + rack (3.1.8) + rack-protection (4.1.1) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) rack-proxy (0.7.7) rack - rack-session (1.0.2) - rack (< 3) + 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.2.1) + rack (>= 3) rails (7.1.4) actioncable (= 7.1.4) actionmailbox (= 7.1.4) @@ -786,7 +786,7 @@ DEPENDENCIES mongoid plek pry-byebug - rackup (= 1.0.0) + rackup (= 2.2.1) rails (= 7.1.4) rails-controller-testing rspec