Skip to content

Commit ea06859

Browse files
Bump sidekiq from 7.3.4 to 7.3.6
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.4 to 7.3.6. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/commits/v7.3.6) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d13c6ca commit ea06859

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

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 7.3.4'
38+
gem 'sidekiq', '~> 7.3.6'
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
@@ -603,7 +603,7 @@ GEM
603603
activesupport (>= 3)
604604
shoulda-matchers (6.4.0)
605605
activesupport (>= 5.2.0)
606-
sidekiq (7.3.4)
606+
sidekiq (7.3.6)
607607
connection_pool (>= 2.3.0)
608608
logger
609609
rack (>= 2.2.4)
@@ -729,7 +729,7 @@ DEPENDENCIES
729729
sentry-ruby
730730
shoulda-callback-matchers
731731
shoulda-matchers
732-
sidekiq (~> 7.3.4)
732+
sidekiq (~> 7.3.6)
733733
simplecov
734734
spring
735735
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)