Update unicorn to 6.0.0

This commit is contained in:
Jonne Haß 2021-04-17 11:55:47 +02:00
parent 0fcd166387
commit 33b7d3253a
2 changed files with 7 additions and 7 deletions

View file

@ -10,8 +10,8 @@ gem "responders", "3.0.1"
# Appserver
gem "unicorn", "5.5.3", require: false
gem "unicorn-worker-killer", "0.4.4"
gem "unicorn", "6.0.0", require: false
gem "unicorn-worker-killer", "0.4.5"
# Federation

View file

@ -748,12 +748,12 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicorn (5.5.3)
unicorn (6.0.0)
kgio (~> 2.6)
raindrops (~> 0.7)
unicorn-worker-killer (0.4.4)
unicorn-worker-killer (0.4.5)
get_process_mem (~> 0)
unicorn (>= 4, < 6)
unicorn (>= 4, < 7)
uuid (2.3.9)
macaddr (~> 1.0)
valid (1.2.0)
@ -918,8 +918,8 @@ DEPENDENCIES
twitter-text (= 1.14.7)
typhoeus (= 1.4.0)
uglifier (= 4.2.0)
unicorn (= 5.5.3)
unicorn-worker-killer (= 0.4.4)
unicorn (= 6.0.0)
unicorn-worker-killer (= 0.4.5)
uuid (= 2.3.9)
versionist (= 2.0.1)
webmock (= 3.12.2)