Skip to content

Commit d6a3c88

Browse files
Bump sidekiq from 7.3.0 to 7.3.1
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.0 to 7.3.1. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51e0e87 commit d6a3c88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

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

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ GEM
526526
activesupport (>= 3)
527527
shoulda-matchers (6.3.1)
528528
activesupport (>= 5.2.0)
529-
sidekiq (7.3.0)
529+
sidekiq (7.3.1)
530530
concurrent-ruby (< 2)
531531
connection_pool (>= 2.3.0)
532532
logger
@@ -644,7 +644,7 @@ DEPENDENCIES
644644
sentry-ruby
645645
shoulda-callback-matchers
646646
shoulda-matchers
647-
sidekiq (~> 7.3.0)
647+
sidekiq (~> 7.3.1)
648648
simplecov
649649
spring
650650
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)