Skip to content

Commit 9fa46c7

Browse files
chore(deps): bump sidekiq from 8.0.7 to 8.0.8
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.7 to 8.0.8. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v8.0.7...v8.0.8) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54edad0 commit 9fa46c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

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

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ GEM
605605
tsort
606606
redis (5.4.1)
607607
redis-client (>= 0.22.0)
608-
redis-client (0.25.2)
608+
redis-client (0.26.1)
609609
connection_pool
610610
reform (2.6.2)
611611
disposable (>= 0.5.0, < 1.0.0)
@@ -743,7 +743,7 @@ GEM
743743
activesupport (>= 3)
744744
shoulda-matchers (6.5.0)
745745
activesupport (>= 5.2.0)
746-
sidekiq (8.0.7)
746+
sidekiq (8.0.8)
747747
connection_pool (>= 2.5.0)
748748
json (>= 2.9.0)
749749
logger (>= 1.6.2)
@@ -890,7 +890,7 @@ DEPENDENCIES
890890
sentry-ruby
891891
shoulda-callback-matchers
892892
shoulda-matchers
893-
sidekiq (~> 8.0.7)
893+
sidekiq (~> 8.0.8)
894894
simplecov
895895
spring
896896
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)