summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-02-14 14:56:05 -0800
committerStan Hu <stanhu@gmail.com>2019-02-14 20:50:23 -0800
commit7e9ae050d3ff502b0fdea84fc0cbec8b91c4f42c (patch)
tree2302f190b093aa0c110c6f8d8c0b7695c284be66 /Gemfile
parentc470a77937c79169f3ba78a31c249bd71b5c6070 (diff)
downloadgitlab-ce-7e9ae050d3ff502b0fdea84fc0cbec8b91c4f42c.tar.gz
Update Unicorn and associated gems
Unicorn 5.3.1 fixes a GC issue that causes a crash, and Unicorn 5.4.1 quiets some warnings for Ruby 2.6. More details: https://github.com/defunkt/unicorn/releases
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 452860d60b4..381511be450 100644
--- a/Gemfile
+++ b/Gemfile
@@ -143,7 +143,7 @@ gem 'diffy', '~> 3.1.0'
gem 'rack', '2.0.6'
group :unicorn do
- gem 'unicorn', '~> 5.1.0'
+ gem 'unicorn', '~> 5.4.1'
gem 'unicorn-worker-killer', '~> 0.4.4'
end