Skip to content

Commit f202644

Browse files
Bump sidekiq from 6.4.0 to 7.1.3
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.0 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.4.0...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bd6059 commit f202644

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
coffee-script-source (1.12.2)
117117
concurrent-ruby (1.1.10)
118118
configatron (4.5.1)
119-
connection_pool (2.2.5)
119+
connection_pool (2.4.1)
120120
crack (0.4.5)
121121
rexml
122122
crass (1.0.6)
@@ -231,7 +231,7 @@ GEM
231231
pundit (2.1.0)
232232
activesupport (>= 3.0.0)
233233
racc (1.6.2)
234-
rack (2.2.6.4)
234+
rack (2.2.8)
235235
rack-attack (6.3.1)
236236
rack (>= 1.0, < 3)
237237
rack-contrib (2.3.0)
@@ -272,14 +272,16 @@ GEM
272272
rb-fsevent (0.10.4)
273273
rb-inotify (0.10.1)
274274
ffi (~> 1.0)
275-
redis (4.5.1)
275+
redis (4.8.1)
276276
redis-actionpack (5.2.0)
277277
actionpack (>= 5, < 7)
278278
redis-rack (>= 2.1.0, < 3)
279279
redis-store (>= 1.1.0, < 2)
280280
redis-activesupport (5.2.0)
281281
activesupport (>= 3, < 7)
282282
redis-store (>= 1.3, < 2)
283+
redis-client (0.17.0)
284+
connection_pool
283285
redis-rack (2.1.3)
284286
rack (>= 2.0.8, < 3)
285287
redis-store (>= 1.2, < 2)
@@ -340,10 +342,11 @@ GEM
340342
activejob
341343
send_with_us (>= 1.9.0)
342344
sexp_processor (4.15.1)
343-
sidekiq (6.4.0)
344-
connection_pool (>= 2.2.2)
345-
rack (~> 2.0)
346-
redis (>= 4.2.0)
345+
sidekiq (7.1.3)
346+
concurrent-ruby (< 2)
347+
connection_pool (>= 2.3.0)
348+
rack (>= 2.2.4)
349+
redis-client (>= 0.14.0)
347350
simplecov (0.20.0)
348351
docile (~> 1.1)
349352
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)