Skip to content

Commit 769059a

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 5186b72 commit 769059a

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
@@ -197,7 +197,7 @@ GEM
197197
childprocess (5.1.0)
198198
logger (~> 1.5)
199199
concurrent-ruby (1.3.6)
200-
connection_pool (2.5.5)
200+
connection_pool (3.0.2)
201201
consistency_fail (0.3.7)
202202
crass (1.0.6)
203203
cronex (0.15.0)
@@ -628,12 +628,12 @@ GEM
628628
should_not (1.1.0)
629629
shoulda-matchers (7.0.1)
630630
activesupport (>= 7.1)
631-
sidekiq (7.3.10)
632-
base64
633-
connection_pool (>= 2.3.0, < 3)
634-
logger
635-
rack (>= 2.2.4, < 3.3)
636-
redis-client (>= 0.23.0, < 1)
631+
sidekiq (8.1.2)
632+
connection_pool (>= 3.0.0)
633+
json (>= 2.16.0)
634+
logger (>= 1.7.0)
635+
rack (>= 3.2.0)
636+
redis-client (>= 0.26.0)
637637
sidekiq-cron (2.2.0)
638638
cronex (>= 0.13.0)
639639
fugit (~> 1.8, >= 1.11.1)
@@ -791,7 +791,7 @@ DEPENDENCIES
791791
settings_on_rails!
792792
should_not
793793
shoulda-matchers
794-
sidekiq (~> 7.3.10)
794+
sidekiq (~> 8.1.2)
795795
sidekiq-cron
796796
simplecov
797797
simplecov-lcov (>= 0.8.0)

0 commit comments

Comments
 (0)