Skip to content

Commit

Permalink
treat inclusion of sidekiq as an indication of use
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Sep 25, 2024
1 parent 5e653d6 commit 209c74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/dockerfile_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def includes_jobs?
end

def using_sidekiq?
@gemfile.include?("sidekiq") and includes_jobs?
@gemfile.include?("sidekiq")
end

def using_solidq?
Expand Down

0 comments on commit 209c74e

Please sign in to comment.