Add capistrano bundler gem
This commit is contained in:
@@ -107,6 +107,7 @@ group :development do
|
||||
# gem 'thin'
|
||||
gem 'faye'
|
||||
gem 'capistrano', '~> 3.0', require: false
|
||||
gem 'capistrano-bundler', require: false
|
||||
gem 'capistrano-rvm', '~> 0.1', require: false
|
||||
gem 'capistrano-rails', '~> 1.1', require: false
|
||||
gem 'capistrano3-puma', require: false
|
||||
|
||||
@@ -485,6 +485,7 @@ DEPENDENCIES
|
||||
bourbon
|
||||
cancancan
|
||||
capistrano (~> 3.0)
|
||||
capistrano-bundler
|
||||
capistrano-local-precompile
|
||||
capistrano-rails (~> 1.1)
|
||||
capistrano-rvm (~> 0.1)
|
||||
|
||||
Reference in New Issue
Block a user