Skip to content

Commit 5922c64

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

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ group :production do
168168
gem 'fog-aws', '>= 3.19'
169169
gem 'flamegraph'
170170
gem 'stackprof'
171-
gem 'sidekiq', '~> 7.3.10'
171+
gem 'sidekiq', '~> 8.1.2'
172172
gem 'sidekiq-cron'
173173
gem 'rollbar', '>= 1.5.3'
174174

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ GEM
195195
cgi (0.5.1)
196196
childprocess (5.0.0)
197197
concurrent-ruby (1.3.6)
198-
connection_pool (2.5.5)
198+
connection_pool (3.0.2)
199199
consistency_fail (0.3.7)
200200
crass (1.0.6)
201201
cronex (0.15.0)
@@ -622,12 +622,12 @@ GEM
622622
should_not (1.1.0)
623623
shoulda-matchers (7.0.1)
624624
activesupport (>= 7.1)
625-
sidekiq (7.3.10)
626-
base64
627-
connection_pool (>= 2.3.0, < 3)
628-
logger
629-
rack (>= 2.2.4, < 3.3)
630-
redis-client (>= 0.23.0, < 1)
625+
sidekiq (8.1.2)
626+
connection_pool (>= 3.0.0)
627+
json (>= 2.16.0)
628+
logger (>= 1.7.0)
629+
rack (>= 3.2.0)
630+
redis-client (>= 0.26.0)
631631
sidekiq-cron (2.2.0)
632632
cronex (>= 0.13.0)
633633
fugit (~> 1.8, >= 1.11.1)
@@ -785,7 +785,7 @@ DEPENDENCIES
785785
settings_on_rails!
786786
should_not
787787
shoulda-matchers
788-
sidekiq (~> 7.3.10)
788+
sidekiq (~> 8.1.2)
789789
sidekiq-cron
790790
simplecov
791791
simplecov-lcov (>= 0.8.0)

0 commit comments

Comments
 (0)