Skip to content

Commit 84e6b7c

Browse files
Build(deps): Bump sidekiq from 7.3.6 to 7.3.7
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.6 to 7.3.7. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.3.6...v7.3.7) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b78c9d commit 84e6b7c

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.3'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 7.3.6'
38+
gem 'sidekiq', '~> 7.3.7'
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
@@ -372,7 +372,7 @@ GEM
372372
listen (3.9.0)
373373
rb-fsevent (~> 0.10, >= 0.10.3)
374374
rb-inotify (~> 0.9, >= 0.9.10)
375-
logger (1.6.4)
375+
logger (1.6.5)
376376
loofah (2.24.0)
377377
crass (~> 1.0.2)
378378
nokogiri (>= 1.12.0)
@@ -506,7 +506,7 @@ GEM
506506
psych (>= 4.0.0)
507507
redis (5.3.0)
508508
redis-client (>= 0.22.0)
509-
redis-client (0.22.2)
509+
redis-client (0.23.1)
510510
connection_pool
511511
reform (2.6.2)
512512
disposable (>= 0.5.0, < 1.0.0)
@@ -611,7 +611,7 @@ GEM
611611
activesupport (>= 3)
612612
shoulda-matchers (6.4.0)
613613
activesupport (>= 5.2.0)
614-
sidekiq (7.3.6)
614+
sidekiq (7.3.7)
615615
connection_pool (>= 2.3.0)
616616
logger
617617
rack (>= 2.2.4)
@@ -737,7 +737,7 @@ DEPENDENCIES
737737
sentry-ruby
738738
shoulda-callback-matchers
739739
shoulda-matchers
740-
sidekiq (~> 7.3.6)
740+
sidekiq (~> 7.3.7)
741741
simplecov
742742
spring
743743
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)