Skip to content

Commit

Permalink
Update sidekiq to version 6.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 27, 2023
1 parent d2b8bcf commit adeb7ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
sexp_processor
coderay (1.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.4.1)
counter_culture (3.2.1)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -380,7 +380,7 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.2.4)
rack (2.2.7)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -443,7 +443,7 @@ GEM
ffi (~> 1.0)
rb-readline (0.5.5)
rchardet (1.8.0)
redis (4.7.1)
redis (4.8.1)
regexp_parser (2.5.0)
reline (0.3.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -539,10 +539,10 @@ GEM
sexp_processor (4.16.1)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
sidekiq (6.5.9)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.2.0)
redis (>= 4.5.0, < 5)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit adeb7ca

Please sign in to comment.