Skip to content

BSD Support: Puma and task_helper

Gemfile:

# Application server
group :unicorn do
  gem "unicorn", '~> 4.6.3'
  gem 'unicorn-worker-killer'
end
+
+group :puma do
+  gem 'puma'
+  gem 'puma_worker_killer'
+end

bundle install --no-deployment --path vendor/bundle
bundle install --deployment --without ... unicorn

Edited by 🤖 GitLab Bot 🤖