Bump unicorn

This commit is contained in:
Benjamin Neff 2022-06-26 18:43:30 +02:00
parent 0f7ea165f7
commit a8dc10f5ad
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -609,7 +609,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
raindrops (0.19.2) raindrops (0.20.0)
rake (12.3.3) rake (12.3.3)
rb-fsevent (0.11.0) rb-fsevent (0.11.0)
rb-inotify (0.10.1) rb-inotify (0.10.1)
@ -759,7 +759,7 @@ GEM
unf_ext unf_ext
unf_ext (0.0.8) unf_ext (0.0.8)
unicode-display_width (1.8.0) unicode-display_width (1.8.0)
unicorn (6.0.0) unicorn (6.1.0)
kgio (~> 2.6) kgio (~> 2.6)
raindrops (~> 0.7) raindrops (~> 0.7)
unicorn-worker-killer (0.4.5) unicorn-worker-killer (0.4.5)
@ -932,7 +932,7 @@ DEPENDENCIES
twitter (= 7.0.0) twitter (= 7.0.0)
twitter-text (= 1.14.7) twitter-text (= 1.14.7)
typhoeus (= 1.4.0) typhoeus (= 1.4.0)
unicorn (= 6.0.0) unicorn (= 6.1.0)
unicorn-worker-killer (= 0.4.5) unicorn-worker-killer (= 0.4.5)
uuid (= 2.3.9) uuid (= 2.3.9)
versionist (= 2.0.1) versionist (= 2.0.1)