Skip to content

Commit

Permalink
Added submodule gem
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Aug 5, 2019
1 parent 0af7dfe commit ae392d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ require "capistrano/deploy"
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git


require "capistrano/scm/git-with-submodules"
install_plugin Capistrano::SCM::Git::WithSubmodules


# Include tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development do
gem 'capistrano-maintenance','1.2.1', require: false
gem 'capistrano-passenger', '0.2.0', require: false
gem 'capistrano-sidekiq','1.0.2'

gem 'capistrano-git-with-submodules', '2.0.3'
# gem 'listen', '~> 3.1.5'
# gem 'spring-watcher-listen', '~> 2.0.0'
#
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ GEM
sshkit (>= 1.9.0)
capistrano-bundler (1.6.0)
capistrano (~> 3.1)
capistrano-git-with-submodules (2.0.3)
capistrano (~> 3.7)
capistrano-maintenance (1.2.1)
capistrano (>= 3.0)
capistrano-passenger (0.2.0)
Expand Down Expand Up @@ -1120,6 +1122,7 @@ DEPENDENCIES
bystander (= 2.0.0)!
capistrano (= 3.11.0)
capistrano-bundler (= 1.6.0)
capistrano-git-with-submodules (= 2.0.3)
capistrano-maintenance (= 1.2.1)
capistrano-passenger (= 0.2.0)
capistrano-rails (= 1.4.0)
Expand Down

0 comments on commit ae392d3

Please sign in to comment.