Skip to content

Commit a46a146

Browse files
dependabot[bot]kyleecodes
authored andcommitted
Bump sidekiq from 7.1.3 to 7.2.4
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.1.3 to 7.2.4. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v7.1.3...v7.2.4) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d873fd0 commit a46a146

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'jwt', '~> 2.7', '>= 2.7.1'
1919
gem 'turbolinks', '~> 5.2'
2020
gem 'memoist', '~> 0.16.0'
2121
gem 'bootstrap_form', '~> 4.2'
22-
gem 'sidekiq', '~> 7.1'
22+
gem 'sidekiq', '~> 7.2'
2323
gem 'sidekiq-history', '~> 0.0.13'
2424
gem 'rollbar', '~> 2.19', '>= 2.19.3'
2525
gem 'meta-tags', '~> 2.11', '>= 2.11.1'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
activesupport
106106
cldr-plurals-runtime-rb (1.1.0)
107107
commonmarker (0.23.10)
108-
concurrent-ruby (1.2.2)
108+
concurrent-ruby (1.2.3)
109109
connection_pool (2.4.1)
110110
crass (1.0.6)
111111
css_parser (1.14.0)
@@ -205,7 +205,7 @@ GEM
205205
puma (6.4.2)
206206
nio4r (~> 2.0)
207207
racc (1.7.3)
208-
rack (2.2.8.1)
208+
rack (2.2.9)
209209
rack-proxy (0.7.6)
210210
rack
211211
rack-test (2.1.0)
@@ -249,7 +249,7 @@ GEM
249249
ffi (~> 1.0)
250250
redis (5.0.7)
251251
redis-client (>= 0.9.0)
252-
redis-client (0.17.0)
252+
redis-client (0.22.2)
253253
connection_pool
254254
regexp_parser (2.8.1)
255255
rest-client (2.1.0)
@@ -310,11 +310,11 @@ GEM
310310
railties (>= 5.2)
311311
semantic_range (>= 2.3.0)
312312
shallow_attributes (0.9.5)
313-
sidekiq (7.1.3)
313+
sidekiq (7.2.4)
314314
concurrent-ruby (< 2)
315315
connection_pool (>= 2.3.0)
316316
rack (>= 2.2.4)
317-
redis-client (>= 0.14.0)
317+
redis-client (>= 0.19.0)
318318
sidekiq-history (0.0.13)
319319
sidekiq (>= 6.5.0)
320320
simplecov (0.22.0)
@@ -399,7 +399,7 @@ DEPENDENCIES
399399
scout_apm (~> 5.3, >= 5.3.5)
400400
shakapacker (~> 7.0, >= 7.0.2)
401401
shallow_attributes (~> 0.9.4)
402-
sidekiq (~> 7.1)
402+
sidekiq (~> 7.2)
403403
sidekiq-history (~> 0.0.13)
404404
simplecov
405405
spring (~> 4.1, >= 4.1.1)

0 commit comments

Comments
 (0)