Skip to content

Commit

Permalink
Use capistrano-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dazza-codes authored and atz committed Dec 19, 2017
1 parent 8b8819f commit d88aaa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ require 'capistrano/bundler'
require 'capistrano/rails'
require 'capistrano/passenger'
require 'capistrano/shared_configs'
require 'capistrano/shell'
require 'dlss/capistrano'
require 'whenever/capistrano'

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ group :deployment do
gem 'capistrano'
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'capistrano-shell'
gem 'dlss-capistrano'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ GEM
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-shared_configs (0.1.2)
capistrano-shell (0.2.0)
capistrano (~> 3.1)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -430,6 +432,7 @@ DEPENDENCIES
capistrano
capistrano-passenger
capistrano-rails
capistrano-shell
capybara
citeproc-ruby (~> 1.0)
config
Expand Down

0 comments on commit d88aaa7

Please sign in to comment.