From 4a4f98c3ef6aa451d34d8e73ec542b532e5b3fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 20 Oct 2012 03:22:18 +0200 Subject: [PATCH] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 03787801f..b58997a53 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.8' gem 'foreman', '0.60.2' -gem 'unicorn', '4.3.1', :require => false +gem 'unicorn', '4.4.0', :require => false gem 'rails_autolink', '1.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 5eb9ee42d..9586b1ef5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -400,7 +400,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.3.1) + unicorn (4.4.0) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -490,6 +490,6 @@ DEPENDENCIES twitter (= 4.1.1) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.3.1) + unicorn (= 4.4.0) webmock (= 1.8.11) will_paginate (= 3.0.3)