Add and install delayed_job gem
This commit is contained in:
parent
3cbf555ee5
commit
608419701e
5 changed files with 52 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -101,6 +101,9 @@ gem 'sidekiq'
|
|||
gem 'sidekiq-cron', '~> 0.4.4'
|
||||
gem 'sinatra', git: 'https://github.com/sinatra/sinatra.git', require: false
|
||||
|
||||
# Cron jobs
|
||||
gem 'delayed_job_active_record'
|
||||
|
||||
gem 'select2-rails'
|
||||
|
||||
# PDF Generation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue