From 55f496cb664daaf57c79548af264fc4865a03233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:51:44 +0200 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a7231e0d5..d2ef0b80f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.18' # Appserver -gem 'unicorn', '4.8.0', :require => false +gem 'unicorn', '4.8.3', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 6a0be6072..7e0eb4fcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM kaminari (0.15.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - kgio (2.8.1) + kgio (2.9.2) listen (2.7.5) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) @@ -354,7 +354,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - raindrops (0.12.0) + raindrops (0.13.0) rake (10.3.2) rb-fsevent (0.9.4) rb-inotify (0.9.4) @@ -446,7 +446,7 @@ GEM uglifier (2.5.0) execjs (>= 0.3.0) json (>= 1.8.0) - unicorn (4.8.0) + unicorn (4.8.3) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -548,7 +548,7 @@ DEPENDENCIES twitter (= 4.8.1) typhoeus (= 0.6.8) uglifier (= 2.5.0) - unicorn (= 4.8.0) + unicorn (= 4.8.3) uuid (= 2.3.7) webmock (= 1.16.1) will_paginate (= 3.0.5)