capistrano changes

This commit is contained in:
jomo
2015-03-23 00:47:24 +01:00
parent b1e32fdedd
commit 2237a5f510
7 changed files with 109 additions and 150 deletions

15
Gemfile
View File

@@ -28,16 +28,11 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'rails-erd'
# deploy with capistrano
gem 'capistrano-rails', '~> 1.1.2'
gem 'capistrano-rbenv', '~> 2.0'
gem 'capistrano-bundler', '~> 1.1.3'
end
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano'
# To use debugger
# gem 'debugger'
gem 'unicorn'