Skip to content

Commit

Permalink
Restrict sidekiq version due to --daemon option
Browse files Browse the repository at this point in the history
Sidekiq 6 drops daemonization in favor of init system background process management.

seuros#213 (comment)
  • Loading branch information
Tensho committed Jul 28, 2019
1 parent 5c0eaeb commit 0b04a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'capistrano', '>= 3.9.0'
spec.add_dependency 'sidekiq', '>= 3.4'
spec.add_dependency 'sidekiq', '>= 3.4', '< 6'
end

0 comments on commit 0b04a80

Please sign in to comment.