1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added delayed_job_web gem for easier insight into jobs queues

This commit is contained in:
2019-01-07 19:52:52 +00:00
parent ba1be7fea7
commit aaf21d6e92
3 changed files with 18 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ gem 'puma'
gem 'passenger'
gem 'tzinfo-data'
gem 'daemons'
gem 'delayed_job_web'
group :development do
gem 'rubocop'