From f5df8a9c905556f36380311e289e1444a02d5c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 15 Feb 2013 16:48:59 +0100 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a126bfec..48b99e093 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.12' gem 'foreman', '0.61' -gem 'unicorn', '4.5.0', :require => false +gem 'unicorn', '4.6.0', :require => false gem 'rails_autolink', '1.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index cce11f7dd..3d283fd6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -389,7 +389,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.5.0) + unicorn (4.6.0) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -481,6 +481,6 @@ DEPENDENCIES twitter (= 4.5.0) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.5.0) + unicorn (= 4.6.0) webmock (= 1.8.11) will_paginate (= 3.0.4)