From 27f79e16eedb5ed9ec489292be3751f25e240164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 10 Dec 2015 18:27:02 +0100 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4f232f457..3a38671f0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "responders", "2.1.0" # Appserver -gem "unicorn", "4.9.0", require: false +gem "unicorn", "5.0.1", require: false # Federation diff --git a/Gemfile.lock b/Gemfile.lock index 6109c61a8..e565b29fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -750,7 +750,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.1) - unicorn (4.9.0) + unicorn (5.0.1) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -896,7 +896,7 @@ DEPENDENCIES twitter-text (= 1.13.0) typhoeus (= 0.8.0) uglifier (= 2.7.2) - unicorn (= 4.9.0) + unicorn (= 5.0.1) uuid (= 2.3.8) webmock (= 1.22.1) will_paginate (= 3.0.7)