From 6672b1c9411d1401f6ff0e87f0a691bed3a4c009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 14:59:22 +0200 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e7e19a239..1f1c66d18 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.2', :require => false +gem 'unicorn', '4.6.3', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 9d6741320..83884035d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.2) + unicorn (4.6.3) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -485,6 +485,6 @@ DEPENDENCIES twitter (= 4.7.0) typhoeus (= 0.6.3) uglifier (= 2.1.1) - unicorn (= 4.6.2) + unicorn (= 4.6.3) webmock (= 1.11.0) will_paginate (= 3.0.4)