From b1c9cec2651768189a5294d1b697a91c492e242d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 6 Jan 2014 16:50:55 +0100 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 24356a4fc..608f5d077 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.16' # Appserver -gem 'unicorn', '4.6.3', :require => false +gem 'unicorn', '4.8.0', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 441b781db..4c2964479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM kaminari (0.14.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - kgio (2.8.0) + kgio (2.8.1) listen (1.2.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) @@ -316,7 +316,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - raindrops (0.11.0) + raindrops (0.12.0) rake (10.1.1) rb-fsevent (0.9.3) rb-inotify (0.9.0) @@ -408,7 +408,7 @@ GEM uglifier (2.1.2) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.3) + unicorn (4.8.0) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -506,7 +506,7 @@ DEPENDENCIES twitter (= 4.8.1) typhoeus (= 0.6.7) uglifier (= 2.1.2) - unicorn (= 4.6.3) + unicorn (= 4.8.0) webmock (= 1.13.0) will_paginate (= 3.0.4) zip-zip