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
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment