Skip to content

Commit

Permalink
Use unicorn (instead of webrick) in production
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Apr 30, 2024
1 parent 88c1373 commit b687081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ end

group :production do
gem 'unicorn'
gem 'unicorn-rails'
end

# Platform requirements.
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -951,6 +954,7 @@ DEPENDENCIES
tzinfo-data
uglifier (~> 2.7.2)
unicorn
unicorn-rails
vcr
web-console (>= 4.2.1)
webmock
Expand Down

0 comments on commit b687081

Please sign in to comment.