bump unicorn
This commit is contained in:
parent
3855eaf223
commit
871abf8d4b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gem 'rails', '3.2.13'
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
||||||
gem 'unicorn', '4.6.0', :require => false
|
gem 'unicorn', '4.6.2', :require => false
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -392,7 +392,7 @@ GEM
|
||||||
uglifier (1.3.0)
|
uglifier (1.3.0)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
unicorn (4.6.0)
|
unicorn (4.6.2)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
|
|
@ -486,6 +486,6 @@ DEPENDENCIES
|
||||||
twitter (= 4.5.0)
|
twitter (= 4.5.0)
|
||||||
typhoeus (= 0.3.3)
|
typhoeus (= 0.3.3)
|
||||||
uglifier (= 1.3.0)
|
uglifier (= 1.3.0)
|
||||||
unicorn (= 4.6.0)
|
unicorn (= 4.6.2)
|
||||||
webmock (= 1.8.11)
|
webmock (= 1.8.11)
|
||||||
will_paginate (= 3.0.4)
|
will_paginate (= 3.0.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue