Add experimental support for Puma
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
Showing
... | ... | @@ -153,6 +153,11 @@ group :unicorn do |
gem 'unicorn-worker-killer', '~> 0.4.4' | ||
end | ||
group :puma do | ||
gem 'puma', '~> 3.12', require: false | ||
gem 'puma_worker_killer', require: false | ||
end | ||
# State machine | ||
gem 'state_machines-activerecord', '~> 0.5.1' | ||
... | ... |
bin/web_puma
0 → 100755
config/initializers/macos.rb
0 → 100644
doc/update/11.4-to-11.5.md
0 → 100644
This diff is collapsed.
Please register or sign in to comment