Skip to content

Commit 305d9c6

Browse files
Bump sidekiq from 5.1.3 to 5.2.10
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 to 5.2.10. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v5.1.3...v5.2.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c9a490 commit 305d9c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ GEM
104104
coercible (1.0.0)
105105
descendants_tracker (~> 0.0.1)
106106
commonjs (0.2.7)
107-
concurrent-ruby (1.1.7)
108-
connection_pool (2.2.2)
107+
concurrent-ruby (1.1.10)
108+
connection_pool (2.2.5)
109109
coveralls (0.8.22)
110110
json (>= 1.8, < 3)
111111
simplecov (~> 0.16.1)
@@ -335,7 +335,7 @@ GEM
335335
public_suffix (3.0.2)
336336
pundit (1.1.0)
337337
activesupport (>= 3.0.0)
338-
rack (2.2.3)
338+
rack (2.2.3.1)
339339
rack-mini-profiler (1.0.0)
340340
rack (>= 1.2.0)
341341
rack-protection (2.0.3)
@@ -377,7 +377,7 @@ GEM
377377
rb-fsevent (0.10.3)
378378
rb-inotify (0.9.10)
379379
ffi (>= 0.5.0, < 2)
380-
redis (4.0.1)
380+
redis (4.5.1)
381381
ref (2.0.0)
382382
regexp_parser (2.1.1)
383383
responders (3.0.1)
@@ -458,11 +458,11 @@ GEM
458458
rubyzip (~> 1.2)
459459
sexp_processor (4.11.0)
460460
shellany (0.0.1)
461-
sidekiq (5.1.3)
462-
concurrent-ruby (~> 1.0)
463-
connection_pool (~> 2.2, >= 2.2.0)
461+
sidekiq (5.2.10)
462+
connection_pool (~> 2.2, >= 2.2.2)
463+
rack (~> 2.0)
464464
rack-protection (>= 1.5.0)
465-
redis (>= 3.3.5, < 5)
465+
redis (~> 4.5, < 4.6.0)
466466
simplecov (0.16.1)
467467
docile (~> 1.1)
468468
json (>= 1.8, < 3)

0 commit comments

Comments
 (0)