Skip to content

Commit 696adf9

Browse files
chore(deps): bump sidekiq from 8.0.9 to 8.0.10
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.9 to 8.0.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v8.0.9...v8.0.10) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96443b2 commit 696adf9

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

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 8.0.9'
38+
gem 'sidekiq', '~> 8.0.10'
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
@@ -747,7 +747,7 @@ GEM
747747
activesupport (>= 3)
748748
shoulda-matchers (7.0.1)
749749
activesupport (>= 7.1)
750-
sidekiq (8.0.9)
750+
sidekiq (8.0.10)
751751
connection_pool (>= 2.5.0)
752752
json (>= 2.9.0)
753753
logger (>= 1.6.2)
@@ -895,7 +895,7 @@ DEPENDENCIES
895895
sentry-ruby
896896
shoulda-callback-matchers
897897
shoulda-matchers
898-
sidekiq (~> 8.0.9)
898+
sidekiq (~> 8.0.10)
899899
simplecov
900900
spring
901901
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)