From 0e5b58d0c15143c9d3c901a0bd12b0c596b99c58 Mon Sep 17 00:00:00 2001 From: sumitsamsung Date: Mon, 9 Jun 2025 11:58:34 +0530 Subject: [PATCH 1/3] [PEDSP-20741] INF sec - update rack version --- Gemfile | 1 + Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 32514f0..b6d9cdc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ source 'https://rubygems.org' gemspec +gem 'rack', '>= 2.2.13' gem 'resque' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index ec8007c..61c42f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM parser (3.2.0.0) ast (~> 2.4.1) power_assert (2.0.3) - rack (2.2.9) + rack (2.2.17) rack-protection (3.0.5) rack rainbow (3.1.1) @@ -66,6 +66,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + rack (>= 2.2.13) rake resque resque-lock! @@ -73,4 +74,4 @@ DEPENDENCIES test-unit BUNDLED WITH - 2.2.27 + 2.4.15 From 4cca52899af73409b3493b5cf76a260742a66002 Mon Sep 17 00:00:00 2001 From: sumitsamsung Date: Wed, 23 Jul 2025 09:39:48 +0530 Subject: [PATCH 2/3] corrected bundle version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 61c42f0..41ef772 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,4 +74,4 @@ DEPENDENCIES test-unit BUNDLED WITH - 2.4.15 + 2.2.17 From a533b9644ee934714e843b232fdfe6abbdaade2e Mon Sep 17 00:00:00 2001 From: sumitsamsung Date: Wed, 23 Jul 2025 09:41:15 +0530 Subject: [PATCH 3/3] corrected bundle version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 41ef772..a200c00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,4 +74,4 @@ DEPENDENCIES test-unit BUNDLED WITH - 2.2.17 + 2.2.27