Skip to content

Commit 1c15fbe

Browse files
Bump sidekiq from 6.5.12 to 7.3.5
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 7.3.5. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.5.12...v7.3.5) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8679b95 commit 1c15fbe

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'simple_form'
4444
gem 'rack-cors'
4545
gem 'dalli'
4646

47-
gem 'sidekiq', '<7'
47+
gem 'sidekiq', '<8'
4848

4949
gem 'google-protobuf'
5050
gem 'ostruct'

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ GEM
342342
ffi (~> 1.0)
343343
rdoc (6.7.0)
344344
psych (>= 4.0.0)
345-
redis (4.8.1)
345+
redis-client (0.22.2)
346+
connection_pool
346347
reline (0.5.11)
347348
io-console (~> 0.5)
348349
request_store (1.7.0)
@@ -368,10 +369,11 @@ GEM
368369
shoulda-context (2.0.0)
369370
shoulda-matchers (4.5.1)
370371
activesupport (>= 4.2.0)
371-
sidekiq (6.5.12)
372-
connection_pool (>= 2.2.5, < 3)
373-
rack (~> 2.0)
374-
redis (>= 4.5.0, < 5)
372+
sidekiq (7.3.5)
373+
connection_pool (>= 2.3.0)
374+
logger
375+
rack (>= 2.2.4)
376+
redis-client (>= 0.22.2)
375377
simple_form (5.3.1)
376378
actionpack (>= 5.2)
377379
activemodel (>= 5.2)
@@ -469,7 +471,7 @@ DEPENDENCIES
469471
semantic!
470472
semantic_range (= 2.3.1)
471473
shoulda
472-
sidekiq (< 7)
474+
sidekiq (< 8)
473475
simple_form
474476
spdx (= 2.0.10)
475477
sprockets-rails

0 commit comments

Comments
 (0)