From bb9c54514f8472f847446685d693e4640d62ff2e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 17:06:00 +1100 Subject: [PATCH] DEV: Bump unicorn from 5.5.1 to 5.5.2 (#8602) Bumps [unicorn](https://bogomips.org/unicorn/) from 5.5.1 to 5.5.2. This contains a fix for: https://github.com/defunkt/unicorn/commit/024f7a8c8c780b6eae4f952dd6ef86dca8036cb6 Specifically its around operation when you use the ruby tainting feature (which will soon be removed) Update has no actual impact on Discourse. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7544c345a7..c226c8f5d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,7 @@ GEM unf_ext unf_ext (0.0.7.6) unicode-display_width (1.6.0) - unicorn (5.5.1) + unicorn (5.5.2) kgio (~> 2.6) raindrops (~> 0.7) uniform_notifier (1.13.0)