Skip to content

Commit ca59d73

Browse files
dependabot[bot]pgwillia
authored andcommitted
Bump sidekiq-cron from 2.0.1 to 2.1.0 (#3715)
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/ondrejbartas/sidekiq-cron/releases) - [Changelog](https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md) - [Commits](sidekiq-cron/sidekiq-cron@v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: sidekiq-cron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a73b5a commit ca59d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'pundit', '2.4.0'
4444

4545
# Background tasks
4646
gem 'sidekiq', '~> 7.3'
47-
gem 'sidekiq-cron', '~> 2.0'
47+
gem 'sidekiq-cron', '~> 2.1'
4848
gem 'sidekiq-unique-jobs', '~> 8.0'
4949

5050
# Misc Utilities

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ GEM
564564
logger
565565
rack (>= 2.2.4)
566566
redis-client (>= 0.22.2)
567-
sidekiq-cron (2.0.1)
567+
sidekiq-cron (2.1.0)
568568
cronex (>= 0.13.0)
569569
fugit (~> 1.8, >= 1.11.1)
570570
globalid (>= 1.0.1)
@@ -716,7 +716,7 @@ DEPENDENCIES
716716
selenium-webdriver
717717
shoulda-matchers (~> 6.4)
718718
sidekiq (~> 7.3)
719-
sidekiq-cron (~> 2.0)
719+
sidekiq-cron (~> 2.1)
720720
sidekiq-unique-jobs (~> 8.0)
721721
simple_form
722722
simplecov

0 commit comments

Comments
 (0)