Skip to content

Commit 6182ae0

Browse files
Build(deps): Bump sidekiq from 8.0.4 to 8.0.6
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.4 to 8.0.6. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v8.0.4...v8.0.6) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cacb4f commit 6182ae0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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', '~> 8.0.4'
38+
gem 'sidekiq', '~> 8.0.6'
3939

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ GEM
398398
rdoc (>= 4.0.0)
399399
reline (>= 0.4.2)
400400
jmespath (1.6.2)
401-
json (2.12.2)
401+
json (2.13.0)
402402
json-schema (5.1.1)
403403
addressable (~> 2.8)
404404
bigdecimal (~> 3.1)
@@ -580,7 +580,7 @@ GEM
580580
psych (>= 4.0.0)
581581
redis (5.4.0)
582582
redis-client (>= 0.22.0)
583-
redis-client (0.24.0)
583+
redis-client (0.25.1)
584584
connection_pool
585585
reform (2.6.2)
586586
disposable (>= 0.5.0, < 1.0.0)
@@ -708,7 +708,7 @@ GEM
708708
activesupport (>= 3)
709709
shoulda-matchers (6.5.0)
710710
activesupport (>= 5.2.0)
711-
sidekiq (8.0.4)
711+
sidekiq (8.0.6)
712712
connection_pool (>= 2.5.0)
713713
json (>= 2.9.0)
714714
logger (>= 1.6.2)
@@ -842,7 +842,7 @@ DEPENDENCIES
842842
sentry-ruby
843843
shoulda-callback-matchers
844844
shoulda-matchers
845-
sidekiq (~> 8.0.4)
845+
sidekiq (~> 8.0.6)
846846
simplecov
847847
spring
848848
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)