From ec47b521892e93ed10ff204821ceec85f519cc4e Mon Sep 17 00:00:00 2001 From: ulferts Date: Tue, 2 Jan 2024 09:01:19 +0100 Subject: [PATCH] bump rack-protection --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 475f439b413..4aaf004583a 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ gem 'daemons' gem 'delayed_cron_job', '~> 0.9.0' gem 'delayed_job_active_record', '~> 4.1.5' -gem 'rack-protection', '~> 3.1.0' +gem 'rack-protection', '~> 3.2.0' # Rack::Attack is a rack middleware to protect your web app from bad clients. # It allows whitelisting, blacklisting, throttling, and tracking based diff --git a/Gemfile.lock b/Gemfile.lock index 4a738bdffcc..4420896b2ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -809,7 +809,8 @@ GEM faraday-follow_redirects json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) @@ -1209,7 +1210,7 @@ DEPENDENCIES rack-attack (~> 6.7.0) rack-cors (~> 2.0.0) rack-mini-profiler - rack-protection (~> 3.1.0) + rack-protection (~> 3.2.0) rack-test (~> 2.1.0) rack-timeout (~> 0.6.3) rack_session_access