# Use Sidekiq as a background job processor through Active Job
gem 'sidekiq', '~> 5.1', '>= 5.1.3'
gem 'sidekiq-cron', '~> 0.6.3'
# Cocaine run bash commands with ruby. Required for sidekiq start commands
gem 'cocaine', '~> 0.5.8'
# Devise Async provides an easy way to configure Devise to send its emails asynchronously using ActiveJob.
gem 'devise-async', '~> 1.0'