Skip to content

Commit 3badbe4

Browse files
Build(deps): Bump sidekiq from 8.0.2 to 8.0.3
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.2 to 8.0.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f9d01 commit 3badbe4

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.2'
38+
gem 'sidekiq', '~> 8.0.3'
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
@@ -229,7 +229,7 @@ GEM
229229
coercible (1.0.0)
230230
descendants_tracker (~> 0.0.1)
231231
concurrent-ruby (1.3.5)
232-
connection_pool (2.5.1)
232+
connection_pool (2.5.2)
233233
coveralls_reborn (0.28.0)
234234
simplecov (~> 0.22.0)
235235
term-ansicolor (~> 1.7)
@@ -398,7 +398,7 @@ GEM
398398
rdoc (>= 4.0.0)
399399
reline (>= 0.4.2)
400400
jmespath (1.6.2)
401-
json (2.10.2)
401+
json (2.11.2)
402402
json-schema (5.1.1)
403403
addressable (~> 2.8)
404404
bigdecimal (~> 3.1)
@@ -683,7 +683,7 @@ GEM
683683
activesupport (>= 3)
684684
shoulda-matchers (6.4.0)
685685
activesupport (>= 5.2.0)
686-
sidekiq (8.0.2)
686+
sidekiq (8.0.3)
687687
connection_pool (>= 2.5.0)
688688
json (>= 2.9.0)
689689
logger (>= 1.6.2)
@@ -813,7 +813,7 @@ DEPENDENCIES
813813
sentry-ruby
814814
shoulda-callback-matchers
815815
shoulda-matchers
816-
sidekiq (~> 8.0.2)
816+
sidekiq (~> 8.0.3)
817817
simplecov
818818
spring
819819
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)