Skip to content

Commit

Permalink
Chore: Bump Sidekiq Cron to v2 (#4900)
Browse files Browse the repository at this point in the history
Because:
- V1 is incompatible with our current version of Sidekiq
  • Loading branch information
KevinMulhern authored Jan 15, 2025
1 parent 02a0233 commit 4219e5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'sentry-rails', '~> 5.19'
gem 'sentry-ruby', '~> 5.17'
gem 'sentry-sidekiq', '~> 5.19'
gem 'sidekiq', '~> 7.3'
gem 'sidekiq-cron', '~> 1.12'
gem 'sidekiq-cron', '~> 2.0'
gem 'stackprof', '~> 0.2'
gem 'stimulus-rails', '~> 1.3'
gem 'turbo-rails', '~> 2.0'
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ GEM
bigdecimal
rexml
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
css_parser (1.19.1)
addressable
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -530,10 +533,11 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
sidekiq-cron (2.0.1)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq (>= 6.5.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -557,6 +561,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode (0.4.4.5)
unicode-display_width (2.6.0)
uri (0.13.0)
vcr (6.3.1)
Expand Down Expand Up @@ -654,7 +659,7 @@ DEPENDENCIES
sentry-sidekiq (~> 5.19)
shoulda-matchers (~> 6.1)
sidekiq (~> 7.3)
sidekiq-cron (~> 1.12)
sidekiq-cron (~> 2.0)
simplecov (~> 0.22)
stackprof (~> 0.2)
stimulus-rails (~> 1.3)
Expand Down

0 comments on commit 4219e5a

Please sign in to comment.