# Use Sidekiq as a background job processor through Active Job gem 'sidekiq', '~> 4.2.10' gem 'sidekiq-cron', '~> 0.4.5' # 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'