Skip to content

Commit 7fe736d

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.7'
38+
gem 'sidekiq', '~> 7.3.8'
3939

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

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.23.1)
509+
redis-client (0.23.2)
510510
connection_pool
511511
reform (2.6.2)
512512
disposable (>= 0.5.0, < 1.0.0)
@@ -611,7 +611,8 @@ GEM
611611
activesupport (>= 3)
612612
shoulda-matchers (6.4.0)
613613
activesupport (>= 5.2.0)
614-
sidekiq (7.3.7)
614+
sidekiq (7.3.8)
615+
base64
615616
connection_pool (>= 2.3.0)
616617
logger
617618
rack (>= 2.2.4)
@@ -737,7 +738,7 @@ DEPENDENCIES
737738
sentry-ruby
738739
shoulda-callback-matchers
739740
shoulda-matchers
740-
sidekiq (~> 7.3.7)
741+
sidekiq (~> 7.3.8)
741742
simplecov
742743
spring
743744
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)