bump unicorn

This commit is contained in:
Jonne Haß 2014-06-01 13:51:44 +02:00
parent 38ee2f5faf
commit 55f496cb66
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ gem 'rails', '3.2.18'
# Appserver
gem 'unicorn', '4.8.0', :require => false
gem 'unicorn', '4.8.3', :require => false
# API and JSON

View file

@ -228,7 +228,7 @@ GEM
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.8.1)
kgio (2.9.2)
listen (2.7.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
@ -354,7 +354,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.12.0)
raindrops (0.13.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
@ -446,7 +446,7 @@ GEM
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
@ -548,7 +548,7 @@ DEPENDENCIES
twitter (= 4.8.1)
typhoeus (= 0.6.8)
uglifier (= 2.5.0)
unicorn (= 4.8.0)
unicorn (= 4.8.3)
uuid (= 2.3.7)
webmock (= 1.16.1)
will_paginate (= 3.0.5)