Skip to content

Commit e8f81ee

Browse files
Bump sidekiq from 6.2.1 to 6.4.0
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.2.1 to 6.4.0. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v6.2.1...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41aad6d commit e8f81ee

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'rack-cors', '~> 1.0.5', require: 'rack/cors'
2626
gem 'htmlentities'
2727
gem 'rack-attack', '~> 6.0.0'
2828

29-
gem 'sidekiq', '~> 6.2.1'
29+
gem 'sidekiq', '~> 6.4.0'
3030
gem 'sidekiq-cron', '~> 1.1.0'
3131

3232
gem 'airbrake', '~> 10.0.5'

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,10 @@ GEM
308308
rb-inotify (0.10.0)
309309
ffi (~> 1.0)
310310
rbtree3 (0.6.0)
311-
redis (4.4.0)
311+
redis (5.0.2)
312+
redis-client (~> 0.7)
313+
redis-client (0.7.1)
314+
connection_pool
312315
regexp_parser (1.6.0)
313316
responders (3.0.0)
314317
actionpack (>= 5.0)
@@ -354,7 +357,7 @@ GEM
354357
scenic (1.5.1)
355358
activerecord (>= 4.0.0)
356359
railties (>= 4.0.0)
357-
sidekiq (6.2.1)
360+
sidekiq (6.4.0)
358361
connection_pool (>= 2.2.2)
359362
rack (~> 2.0)
360363
redis (>= 4.2.0)
@@ -446,7 +449,7 @@ DEPENDENCIES
446449
rspec-rails
447450
sassc-rails (~> 2.1.2)
448451
scenic (~> 1.5.1)
449-
sidekiq (~> 6.2.1)
452+
sidekiq (~> 6.4.0)
450453
sidekiq-cron (~> 1.1.0)
451454
simplecov
452455
simplecov-lcov

0 commit comments

Comments
 (0)