bump unicorn

This commit is contained in:
Jonne Haß 2013-02-25 01:51:37 +01:00
parent 3855eaf223
commit 871abf8d4b
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.0', :require => false
gem 'unicorn', '4.6.2', :require => false
# API and JSON

View file

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