From 35e153d84f77351143742149a3fad1e8de9b2b6b Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 25 Mar 2020 15:38:25 +1100 Subject: [PATCH] DEV: update unicorn This is a minor update to unicorn, in this update unicorn handles chunked encoding a bit more correctly according to RFC Should have no impact, but message bus will be validated in production to confirm chunked encoding still works as expected --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 925a89aa68f..471bb0f956c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -405,7 +405,7 @@ GEM unf_ext unf_ext (0.0.7.6) unicode-display_width (1.6.1) - unicorn (5.5.3) + unicorn (5.5.4) kgio (~> 2.6) raindrops (~> 0.7) uniform_notifier (1.13.0)