From e0682daba85ee9adb4aeedc256570dfd24aa5112 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Sat, 8 Dec 2012 12:44:24 +0100
Subject: [PATCH] bump unicorn

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 0ce8359636..48e72dd6e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gem 'rails', '3.2.11'
 
 gem 'foreman', '0.60.2'
 
-gem 'unicorn', '4.4.0', :require => false
+gem 'unicorn', '4.5.0', :require => false
 
 gem 'rails_autolink', '1.0.9'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index a71266f887..f6c80f4a07 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -394,7 +394,7 @@ GEM
     uglifier (1.3.0)
       execjs (>= 0.3.0)
       multi_json (~> 1.0, >= 1.0.2)
-    unicorn (4.4.0)
+    unicorn (4.5.0)
       kgio (~> 2.6)
       rack
       raindrops (~> 0.7)
@@ -487,6 +487,6 @@ DEPENDENCIES
   twitter (= 4.4.4)
   typhoeus (= 0.3.3)
   uglifier (= 1.3.0)
-  unicorn (= 4.4.0)
+  unicorn (= 4.5.0)
   webmock (= 1.8.11)
   will_paginate (= 3.0.3)
-- 
GitLab