Skip to content

Commit

Permalink
Use capistrano-sidekiq fork that supports multi process until seuros/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie committed Jul 20, 2022
1 parent 06c1d3b commit 8997a06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ group :development do
gem 'capistrano-maintenance', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-rvm', require: false
gem 'capistrano-sidekiq', require: false
gem 'capistrano-sidekiq', git: 'https://github.com/Pharmony/capistrano-sidekiq.git', require: false
gem 'rubocop', require: false
end

Expand Down
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ GIT
specs:
remote_lock (1.2.0)

GIT
remote: https://github.com/Pharmony/capistrano-sidekiq.git
revision: fc20388544468d7fedbd89d06df9ea8225c8e6a0
specs:
capistrano-sidekiq (2.3.0)
capistrano (>= 3.9.0)
capistrano-bundler
sidekiq (>= 6.0)

GIT
remote: https://github.com/koraktor/steam-condenser-ruby.git
revision: 3ee580b5c5d390ee3a706357f18f2e9a2949e5c2
Expand Down Expand Up @@ -130,10 +139,6 @@ GEM
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano-sidekiq (2.3.0)
capistrano (>= 3.9.0)
capistrano-bundler
sidekiq (>= 6.0)
capistrano3-puma (5.2.0)
capistrano (~> 3.7)
capistrano-bundler
Expand Down Expand Up @@ -686,7 +691,7 @@ DEPENDENCIES
capistrano-maintenance
capistrano-rails
capistrano-rvm
capistrano-sidekiq
capistrano-sidekiq!
capistrano3-puma (~> 5.0)
capistrano_colors
capybara
Expand Down

0 comments on commit 8997a06

Please sign in to comment.