Skip to content

Commit 9a01443

Browse files
Bump sidekiq from 5.1.3 to 5.2.9
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 to 5.2.9. - [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.9) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40c2f4c commit 9a01443

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'redis', '<= 4.0.2'
2323
gem 'select2-rails'
2424
gem 'rufus-mnemo'
2525
gem 'sass-rails'
26-
gem 'sidekiq', '<= 5.1.3'
26+
gem 'sidekiq', '<= 5.2.10'
2727
gem 'slim', '<= 3.0.9'
2828
gem 'slim-rails', '<= 3.1.3'
2929
gem 'typhoeus', '<= 1.3.0'

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
cleanroom (1.0.0)
127127
coderay (1.1.2)
128128
concurrent-ruby (1.1.10)
129-
connection_pool (2.2.2)
129+
connection_pool (2.2.5)
130130
coveralls (0.7.1)
131131
multi_json (~> 1.3)
132132
rest-client
@@ -374,7 +374,7 @@ GEM
374374
activesupport (>= 3.0.0)
375375
racc (1.6.0)
376376
rack (2.2.4)
377-
rack-protection (2.0.7)
377+
rack-protection (2.2.1)
378378
rack
379379
rack-test (2.0.2)
380380
rack (>= 1.3)
@@ -475,11 +475,11 @@ GEM
475475
semverse (3.0.0)
476476
shoulda-matchers (4.5.1)
477477
activesupport (>= 4.2.0)
478-
sidekiq (5.1.3)
479-
concurrent-ruby (~> 1.0)
480-
connection_pool (~> 2.2, >= 2.2.0)
478+
sidekiq (5.2.9)
479+
connection_pool (~> 2.2, >= 2.2.2)
480+
rack (~> 2.0)
481481
rack-protection (>= 1.5.0)
482-
redis (>= 3.3.5, < 5)
482+
redis (>= 3.3.5, < 4.2)
483483
simplecov (0.14.0)
484484
docile (~> 1.1.0)
485485
json (>= 1.8, < 3)
@@ -647,7 +647,7 @@ DEPENDENCIES
647647
select2-rails
648648
selenium-webdriver
649649
shoulda-matchers (~> 4.0)
650-
sidekiq (<= 5.1.3)
650+
sidekiq (<= 5.2.10)
651651
simplecov (<= 0.14)
652652
simplecov-console (<= 0.4)
653653
slim (<= 3.0.9)

0 commit comments

Comments
 (0)