Skip to content

Commit d338f22

Browse files
Build(deps): Bump sidekiq from 7.3.9 to 8.0.0
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.9 to 8.0.0. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.3.9...v8.0.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6498f39 commit d338f22

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'redis', '~> 5.4'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 7.3.9'
38+
gem 'sidekiq', '~> 8.0.0'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ GEM
482482
pundit (2.4.0)
483483
activesupport (>= 3.0.0)
484484
racc (1.8.1)
485-
rack (3.1.10)
485+
rack (3.1.11)
486486
rack-cors (2.0.2)
487487
rack (>= 2.0.0)
488488
rack-mini-profiler (3.3.1)
@@ -544,7 +544,7 @@ GEM
544544
psych (>= 4.0.0)
545545
redis (5.4.0)
546546
redis-client (>= 0.22.0)
547-
redis-client (0.23.2)
547+
redis-client (0.24.0)
548548
connection_pool
549549
reform (2.6.2)
550550
disposable (>= 0.5.0, < 1.0.0)
@@ -655,12 +655,12 @@ GEM
655655
activesupport (>= 3)
656656
shoulda-matchers (6.4.0)
657657
activesupport (>= 5.2.0)
658-
sidekiq (7.3.9)
659-
base64
660-
connection_pool (>= 2.3.0)
661-
logger
662-
rack (>= 2.2.4)
663-
redis-client (>= 0.22.2)
658+
sidekiq (8.0.0)
659+
connection_pool (>= 2.5.0)
660+
json (>= 2.9.0)
661+
logger (>= 1.6.2)
662+
rack (>= 3.1.0)
663+
redis-client (>= 0.23.2)
664664
simplecov (0.22.0)
665665
docile (~> 1.1)
666666
simplecov-html (~> 0.11)
@@ -781,7 +781,7 @@ DEPENDENCIES
781781
sentry-ruby
782782
shoulda-callback-matchers
783783
shoulda-matchers
784-
sidekiq (~> 7.3.9)
784+
sidekiq (~> 8.0.0)
785785
simplecov
786786
spring
787787
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)