Skip to content

Commit 3a644a9

Browse files
chore(deps): bump sidekiq from 7.3.10 to 8.1.6
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.10 to 8.1.6. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.3.10...v8.1.6) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.1.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 434dc8c commit 3a644a9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ group :production do
165165
gem 'fog-aws', '>= 3.19'
166166
gem 'flamegraph'
167167
gem 'stackprof'
168-
gem 'sidekiq', '~> 7.3.10'
168+
gem 'sidekiq', '~> 8.1.6'
169169
gem 'sidekiq-cron'
170170
gem 'rollbar', '>= 1.5.3'
171171

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ GEM
206206
childprocess (5.1.0)
207207
logger (~> 1.5)
208208
concurrent-ruby (1.3.7)
209-
connection_pool (2.5.5)
209+
connection_pool (3.0.2)
210210
consistency_fail (0.3.7)
211211
crass (1.0.6)
212212
cronex (0.15.0)
@@ -500,7 +500,7 @@ GEM
500500
actionview (>= 5)
501501
redis (5.4.1)
502502
redis-client (>= 0.22.0)
503-
redis-client (0.28.0)
503+
redis-client (0.30.1)
504504
connection_pool
505505
regexp_parser (2.12.0)
506506
reline (0.6.3)
@@ -590,12 +590,12 @@ GEM
590590
websocket (~> 1.0)
591591
shoulda-matchers (7.0.1)
592592
activesupport (>= 7.1)
593-
sidekiq (7.3.10)
594-
base64
595-
connection_pool (>= 2.3.0, < 3)
596-
logger
597-
rack (>= 2.2.4, < 3.3)
598-
redis-client (>= 0.23.0, < 1)
593+
sidekiq (8.1.6)
594+
connection_pool (>= 3.0.0)
595+
json (>= 2.16.0)
596+
logger (>= 1.7.0)
597+
rack (>= 3.2.0)
598+
redis-client (>= 0.29.0)
599599
sidekiq-cron (2.2.0)
600600
cronex (>= 0.13.0)
601601
fugit (~> 1.8, >= 1.11.1)
@@ -744,7 +744,7 @@ DEPENDENCIES
744744
sanitize (>= 4.6.3)
745745
settings_on_rails!
746746
shoulda-matchers
747-
sidekiq (~> 7.3.10)
747+
sidekiq (~> 8.1.6)
748748
sidekiq-cron
749749
simplecov
750750
simplecov-lcov (>= 0.8.0)

0 commit comments

Comments
 (0)