From b6870812c1aaedb1b255d7d96ced02ddabef3460 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 30 Apr 2024 10:06:12 +0900 Subject: [PATCH] Use unicorn (instead of webrick) in production --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 0e3528bc89..03402f09ec 100644 --- a/Gemfile +++ b/Gemfile @@ -177,6 +177,7 @@ end group :production do gem 'unicorn' + gem 'unicorn-rails' end # Platform requirements. diff --git a/Gemfile.lock b/Gemfile.lock index f9a20685e5..98d1ba816b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -813,6 +813,9 @@ GEM unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) + unicorn-rails (2.2.1) + rack + unicorn vcr (6.1.0) version_gem (1.1.2) warden (1.2.9) @@ -951,6 +954,7 @@ DEPENDENCIES tzinfo-data uglifier (~> 2.7.2) unicorn + unicorn-rails vcr web-console (>= 4.2.1) webmock