From 3951e9b52837232be4f7a86e8a66595fec89cb68 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 989be892e69..f93f22bd3e4 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)