diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-14 14:56:05 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-02-14 20:50:23 -0800 |
commit | 7e9ae050d3ff502b0fdea84fc0cbec8b91c4f42c (patch) | |
tree | 2302f190b093aa0c110c6f8d8c0b7695c284be66 /Gemfile | |
parent | c470a77937c79169f3ba78a31c249bd71b5c6070 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |