Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2021-04-17 12:55:47 +0300
committerJonne Haß <me@jhass.eu>2021-04-17 12:55:47 +0300
commit33b7d3253a09ea5e73d1f69b09d3ff316f90b9dd (patch)
treef4ac54b03c2f1e09834a078dc08f10df06ca0487
parent0fcd166387d7a74aabfeaeef5521ed5a697b4c83 (diff)
Update unicorn to 6.0.0
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock10
2 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 26816e888..ac98f6f82 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/Gemfile.lock b/Gemfile.lock
index 802afbd2c..730320fb3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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)