From a1f916339ec2fa3fc1cf03545b166db5a6d05da1 Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Fri, 9 Nov 2018 11:42:32 -0500 Subject: [PATCH] update rack Resolves bundle-audit finding for CVE-2018-16471[1]. [1] https://groups.google.com/forum/#!topic/ruby-security-ann/NAalCee8n6o Signed-off-by: Robb Kidd --- src/supermarket/Gemfile.lock | 2 +- src/supermarket/engines/fieri/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index 2c571a937..c4c3678c5 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -396,7 +396,7 @@ GEM pundit (1.1.0) activesupport (>= 3.0.0) raabro (1.1.6) - rack (2.0.5) + rack (2.0.6) rack-protection (2.0.1) rack rack-test (0.6.3) diff --git a/src/supermarket/engines/fieri/Gemfile.lock b/src/supermarket/engines/fieri/Gemfile.lock index 92af00508..a204be004 100644 --- a/src/supermarket/engines/fieri/Gemfile.lock +++ b/src/supermarket/engines/fieri/Gemfile.lock @@ -129,7 +129,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) public_suffix (2.0.5) - rack (2.0.5) + rack (2.0.6) rack-protection (2.0.1) rack rack-test (0.6.3)