Skip to content

Commit 77b0bec

Browse files
chore(deps): bump sidekiq from 7.3.8 to 8.1.1
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.8 to 8.1.1. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.3.8...v8.1.1) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf71686 commit 77b0bec

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)
@@ -621,12 +621,12 @@ GEM
621621
should_not (1.1.0)
622622
shoulda-matchers (6.4.0)
623623
activesupport (>= 5.2.0)
624-
sidekiq (7.3.10)
625-
base64
626-
connection_pool (>= 2.3.0, < 3)
627-
logger
628-
rack (>= 2.2.4, < 3.3)
629-
redis-client (>= 0.23.0, < 1)
624+
sidekiq (8.1.2)
625+
connection_pool (>= 3.0.0)
626+
json (>= 2.16.0)
627+
logger (>= 1.7.0)
628+
rack (>= 3.2.0)
629+
redis-client (>= 0.26.0)
630630
sidekiq-cron (2.2.0)
631631
cronex (>= 0.13.0)
632632
fugit (~> 1.8, >= 1.11.1)
@@ -784,7 +784,7 @@ DEPENDENCIES
784784
settings_on_rails!
785785
should_not
786786
shoulda-matchers
787-
sidekiq (~> 7.3.10)
787+
sidekiq (~> 8.1.2)
788788
sidekiq-cron
789789
simplecov
790790
simplecov-lcov (>= 0.8.0)

0 commit comments

Comments
 (0)