templates/sidekiq/sidekiq_Gemfile.erb in cybele-2.0.0 vs templates/sidekiq/sidekiq_Gemfile.erb in cybele-2.1.0
- old
+ new
@@ -1,8 +1,8 @@
# Use Sidekiq as a background job processor through Active Job
-gem 'sidekiq', '~> 4.2.10'
-gem 'sidekiq-cron', '~> 0.4.5'
+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'
\ No newline at end of file