Skip to content

Commit 4d81f7b

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-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.2'
38+
gem 'sidekiq', '~> 7.3.4'
3939

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

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,7 @@ GEM
603603
activesupport (>= 3)
604604
shoulda-matchers (6.4.0)
605605
activesupport (>= 5.2.0)
606-
sidekiq (7.3.2)
607-
concurrent-ruby (< 2)
606+
sidekiq (7.3.4)
608607
connection_pool (>= 2.3.0)
609608
logger
610609
rack (>= 2.2.4)
@@ -730,7 +729,7 @@ DEPENDENCIES
730729
sentry-ruby
731730
shoulda-callback-matchers
732731
shoulda-matchers
733-
sidekiq (~> 7.3.2)
732+
sidekiq (~> 7.3.4)
734733
simplecov
735734
spring
736735
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)