From a55684c751adc1a77b40f20b6d90c1e864be8911 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 10 Nov 2018 19:01:56 +0100 Subject: [PATCH] Bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6c9e47f33..08cf4461f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "responders", "2.4.0" # Appserver -gem "unicorn", "5.4.0", require: false +gem "unicorn", "5.4.1", require: false gem "unicorn-worker-killer", "0.4.4" # Federation diff --git a/Gemfile.lock b/Gemfile.lock index 28b778175..a6ad08a28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -720,7 +720,7 @@ GEM unf_ext unf_ext (0.0.7.5) unicode-display_width (1.4.0) - unicorn (5.4.0) + unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) unicorn-worker-killer (0.4.4) @@ -895,7 +895,7 @@ DEPENDENCIES twitter-text (= 1.14.7) typhoeus (= 1.3.0) uglifier (= 4.1.8) - unicorn (= 5.4.0) + unicorn (= 5.4.1) unicorn-worker-killer (= 0.4.4) uuid (= 2.3.8) versionist (= 1.7.0)