From 871abf8d4baf42028c816248d88ea77dfefb3813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:51:37 +0100 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fb9acb12c..db9f8aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.0', :require => false +gem 'unicorn', '4.6.2', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 8eb7147a8..0461ca1e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.0) + unicorn (4.6.2) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -486,6 +486,6 @@ DEPENDENCIES twitter (= 4.5.0) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.6.0) + unicorn (= 4.6.2) webmock (= 1.8.11) will_paginate (= 3.0.4)