From c92a0785163dd122fe25b1fd918ad303d468b0f0 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 2 Mar 2017 17:39:15 +0100 Subject: [PATCH] Bump unicorn --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c151dbd72..137f334d4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "responders", "2.3.0" # Appserver -gem "unicorn", "5.1.0", require: false +gem "unicorn", "5.2.0", require: false gem "unicorn-worker-killer", "0.4.4" # Federation diff --git a/Gemfile.lock b/Gemfile.lock index 7451e95d7..f8029d01a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - kgio (2.10.0) + kgio (2.11.0) leaflet-rails (0.7.7) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -591,7 +591,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (2.1.0) - raindrops (0.16.0) + raindrops (0.17.0) rake (11.3.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) @@ -743,7 +743,7 @@ GEM unf_ext unf_ext (0.0.7.2) unicode-display_width (1.1.1) - unicorn (5.1.0) + unicorn (5.2.0) kgio (~> 2.6) raindrops (~> 0.7) unicorn-worker-killer (0.4.4) @@ -917,7 +917,7 @@ DEPENDENCIES twitter-text (= 1.14.5) typhoeus (= 1.1.2) uglifier (= 3.1.2) - unicorn (= 5.1.0) + unicorn (= 5.2.0) unicorn-worker-killer (= 0.4.4) uuid (= 2.3.8) versionist (= 1.5.0)