Add and install delayed_job gem

This commit is contained in:
Mathieu Magnin 2017-09-26 10:43:50 +02:00 committed by Simon Lehericey
parent 3cbf555ee5
commit 608419701e
5 changed files with 52 additions and 1 deletions

View file

@ -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