Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
fix sidekiq-cron issue
Browse files Browse the repository at this point in the history
it stopped working due to incompatible new version of rufus-scheduler, see sidekiq-cron/sidekiq-cron#199
  • Loading branch information
moonavw committed May 28, 2018
1 parent a5dd29d commit 9f023a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ gem 'devise'
gem 'cancancan', '~> 1.17'
gem 'sidekiq'
gem 'sidekiq-cron'
gem 'rufus-scheduler', '~> 3.4'
gem 'rails_admin'

gem 'figaro'
Expand Down

0 comments on commit 9f023a1

Please sign in to comment.