update OOB gc hook for unicorn

This commit is contained in:
r888888888
2015-05-10 11:11:01 -07:00
parent f3a4037597
commit 18cf23a817
3 changed files with 6 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ gem 'aws-s3', :require => "aws/s3", :git => "https://github.com/fnando/aws-s3.gi
group :production do
gem 'unicorn', :platforms => :ruby
# gem 'unicorn-worker-killer'
gem 'gctools'
gem 'capistrano-unicorn', :require => false
end