Skip to content

Commit

Permalink
fix(recipes.DelayedJob): remove useless daemons gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ldlsegovia committed Feb 26, 2016
1 parent e77fbb8 commit 6121903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/potassium/templates/application/recipes/delayed_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
if selected?(:delayed_job)
gather_gem "daemons"
gather_gem "delayed_job_active_record"

delayed_job_config = "config.active_job.queue_adapter = :delayed_job"
Expand Down

0 comments on commit 6121903

Please sign in to comment.