add unicorn support

This commit is contained in:
r888888888
2013-04-15 21:58:00 -07:00
parent ff2c125e0f
commit 27f60060d5
4 changed files with 69 additions and 6 deletions

View File

@@ -35,7 +35,12 @@ gem 'bcrypt-ruby', :require => "bcrypt"
gem 'aws-s3', :require => "aws/s3"
gem 'awesome_print'
group :production do
gem 'capistrano-unicorn', :require => false
end
group :development do
gem 'ruby-prof'
gem 'pry'
end