From 05ee8f3db06f68253b1b246a10b3989a02fd6a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:48:00 +0100 Subject: [PATCH] update unicorn to 5.5.3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7f744b8c7..a72f7bc94 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "responders", "2.4.1" # Appserver -gem "unicorn", "5.5.1", require: false +gem "unicorn", "5.5.3", require: false gem "unicorn-worker-killer", "0.4.4" # Federation diff --git a/Gemfile.lock b/Gemfile.lock index d86212daf..976b49231 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -748,7 +748,7 @@ GEM unf_ext unf_ext (0.0.7.6) unicode-display_width (1.6.1) - unicorn (5.5.1) + unicorn (5.5.3) kgio (~> 2.6) raindrops (~> 0.7) unicorn-worker-killer (0.4.4) @@ -924,7 +924,7 @@ DEPENDENCIES twitter-text (= 1.14.7) typhoeus (= 1.3.1) uglifier (= 4.1.20) - unicorn (= 5.5.1) + unicorn (= 5.5.3) unicorn-worker-killer (= 0.4.4) uuid (= 2.3.9) versionist (= 2.0.0)