Bump unicorn
This commit is contained in:
parent
360780c17f
commit
23d637b9a1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -10,7 +10,7 @@ gem "responders", "2.4.1"
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
||||||
gem "unicorn", "5.4.1", require: false
|
gem "unicorn", "5.5.0", require: false
|
||||||
gem "unicorn-worker-killer", "0.4.4"
|
gem "unicorn-worker-killer", "0.4.4"
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
|
||||||
|
|
@ -726,7 +726,7 @@ GEM
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.5)
|
unf_ext (0.0.7.5)
|
||||||
unicode-display_width (1.4.0)
|
unicode-display_width (1.4.0)
|
||||||
unicorn (5.4.1)
|
unicorn (5.5.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
unicorn-worker-killer (0.4.4)
|
unicorn-worker-killer (0.4.4)
|
||||||
|
|
@ -899,7 +899,7 @@ DEPENDENCIES
|
||||||
twitter-text (= 1.14.7)
|
twitter-text (= 1.14.7)
|
||||||
typhoeus (= 1.3.1)
|
typhoeus (= 1.3.1)
|
||||||
uglifier (= 4.1.19)
|
uglifier (= 4.1.19)
|
||||||
unicorn (= 5.4.1)
|
unicorn (= 5.5.0)
|
||||||
unicorn-worker-killer (= 0.4.4)
|
unicorn-worker-killer (= 0.4.4)
|
||||||
uuid (= 2.3.9)
|
uuid (= 2.3.9)
|
||||||
versionist (= 1.7.0)
|
versionist (= 1.7.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue