From 05b2c5babfd61a4a63c8ea3737bf01f1746e2e05 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 7 Nov 2018 10:04:50 +1100 Subject: [PATCH] SECURITY: update rack from 2.0.5 to 2.0.6 This release contains security fixes to the underlying rack library used by Discourse. Impact is not too high as we do not use request.scheme in our templates --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b24035ad4fa..5752044b07f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM public_suffix (3.0.2) puma (3.11.4) r2 (0.2.7) - rack (2.0.5) + rack (2.0.6) rack-mini-profiler (1.0.0) rack (>= 1.2.0) rack-openid (1.3.1)