bump unicorn

This commit is contained in:
Jonne Haß 2013-07-10 14:59:22 +02:00
parent 5026eccc6a
commit 6672b1c941
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)