Skip to content

Commit 0bcfc04

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.8'
38+
gem 'sidekiq', '~> 8.0.9'
3939

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ GEM
411411
rdoc (>= 4.0.0)
412412
reline (>= 0.4.2)
413413
jmespath (1.6.2)
414-
json (2.15.1)
414+
json (2.15.2)
415415
json-schema (5.1.1)
416416
addressable (~> 2.8)
417417
bigdecimal (~> 3.1)
@@ -533,7 +533,7 @@ GEM
533533
activesupport (>= 3.0.0)
534534
raabro (1.4.0)
535535
racc (1.8.1)
536-
rack (3.2.3)
536+
rack (3.2.4)
537537
rack-attack (6.8.0)
538538
rack (>= 1.0, < 4)
539539
rack-cors (3.0.0)
@@ -741,7 +741,7 @@ GEM
741741
activesupport (>= 3)
742742
shoulda-matchers (6.5.0)
743743
activesupport (>= 5.2.0)
744-
sidekiq (8.0.8)
744+
sidekiq (8.0.9)
745745
connection_pool (>= 2.5.0)
746746
json (>= 2.9.0)
747747
logger (>= 1.6.2)
@@ -888,7 +888,7 @@ DEPENDENCIES
888888
sentry-ruby
889889
shoulda-callback-matchers
890890
shoulda-matchers
891-
sidekiq (~> 8.0.8)
891+
sidekiq (~> 8.0.9)
892892
simplecov
893893
spring
894894
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)