From 33b7d3253a09ea5e73d1f69b09d3ff316f90b9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 17 Apr 2021 11:55:47 +0200 Subject: [PATCH] Update unicorn to 6.0.0 --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 26816e888..ac98f6f82 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ gem "responders", "3.0.1" # Appserver -gem "unicorn", "5.5.3", require: false -gem "unicorn-worker-killer", "0.4.4" +gem "unicorn", "6.0.0", require: false +gem "unicorn-worker-killer", "0.4.5" # Federation diff --git a/Gemfile.lock b/Gemfile.lock index 802afbd2c..730320fb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -748,12 +748,12 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - unicorn (5.5.3) + unicorn (6.0.0) kgio (~> 2.6) raindrops (~> 0.7) - unicorn-worker-killer (0.4.4) + unicorn-worker-killer (0.4.5) get_process_mem (~> 0) - unicorn (>= 4, < 6) + unicorn (>= 4, < 7) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) @@ -918,8 +918,8 @@ DEPENDENCIES twitter-text (= 1.14.7) typhoeus (= 1.4.0) uglifier (= 4.2.0) - unicorn (= 5.5.3) - unicorn-worker-killer (= 0.4.4) + unicorn (= 6.0.0) + unicorn-worker-killer (= 0.4.5) uuid (= 2.3.9) versionist (= 2.0.1) webmock (= 3.12.2)