Skip to content

Commit

Permalink
Add missing capistrano-sidekiq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Sep 17, 2019
1 parent 5013bed commit aa110e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -60,5 +60,6 @@ group :deployment do
gem 'capistrano-bundler'
gem 'capistrano-passenger'
gem 'capistrano-shared_configs'
gem 'capistrano-sidekiq'
gem 'dlss-capistrano'
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -84,6 +84,9 @@ GEM
capistrano-passenger (0.2.0)
capistrano (~> 3.0)
capistrano-shared_configs (0.2.2)
capistrano-sidekiq (1.0.3)
capistrano (>= 3.9.0)
sidekiq (>= 3.4, < 6.0)
cocina-models (0.1.2)
dry-struct (~> 1.0)
dry-types (~> 1.1)
Expand Down Expand Up @@ -476,6 +479,7 @@ DEPENDENCIES
capistrano-bundler
capistrano-passenger
capistrano-shared_configs
capistrano-sidekiq
cocina-models (~> 0.1.0)
config
coveralls (~> 0.8)
Expand Down

0 comments on commit aa110e2

Please sign in to comment.