Skip to content

Commit c9d7dd1

Browse files
authored
chore(deps): bump sidekiq from 8.0.8 to 8.0.9 (#1136)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.8 to 8.0.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's changelog</a>.</em></p> <blockquote> <h2>8.0.9</h2> <ul> <li>Implement idle Redis connection reaping, will be activated in 8.1 <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6663">#6663</a></li> <li>Updated <code>Sidekiq::Process</code> API to provide capsule data. The <code>queues</code> and <code>weights</code> data will be removed from Redis in Sidekiq 8.1, as this data can now be found in the <code>capsules</code> element. <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6295">#6295</a></li> <li>Restore bulk action buttons on Scheduled, Retry and Dead tabs [#6833, deve1212]</li> <li>Support logging additional job attributes [#6846, bschrag620]</li> <li>Fix display of long job args <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6836">#6836</a></li> <li>Create development lifecycle (<code>docs/sdlc.md</code>) and security (<code>docs/SECURITY.md</code>) policy documentation for Sidekiq's current workflows</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/32567d7cf2a465d93d69be2754d6f899ea655848"><code>32567d7</code></a> changes</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/5fef41f4d290ac52435654dd846cd08277efef2b"><code>5fef41f</code></a> prep for release</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/5d656d2449d94535f578875b46ddf490d6ccdbf8"><code>5d656d2</code></a> Vulnerability policy</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/c435e5ef8a1d1b007ee669835f7359a0bbe3a213"><code>c435e5e</code></a> Implement idle redis connection reaping (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6664">#6664</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/3334ce8f765346d2d7333cf2293568037737bf1b"><code>3334ce8</code></a> wordsmithing</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a5bfbc633299707108e1fa4b539009d7a3130f48"><code>a5bfbc6</code></a> clarify commercial policies</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/be722014daf171b4fc4ed93d01a421d057a71acc"><code>be72201</code></a> formatting</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/39fc90650fe8e3d9f859728bd71f62bf09980b9d"><code>39fc906</code></a> first pass at sdlc policy</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/3a7baff4073fd326a146f3e10940036d21290f82"><code>3a7baff</code></a> bump</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/2dcfcd51121c0c215514ef2435a92b000b193def"><code>2dcfcd5</code></a> doc(changes)</li> <li>Additional commits viewable in <a href="https://github.com/sidekiq/sidekiq/compare/v8.0.8...v8.0.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sidekiq&package-manager=bundler&previous-version=8.0.8&new-version=8.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 7bcd71c + 0bcfc04 commit c9d7dd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'redis', '~> 5.4'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 8.0.8'
38+
gem 'sidekiq', '~> 8.0.9'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ GEM
411411
rdoc (>= 4.0.0)
412412
reline (>= 0.4.2)
413413
jmespath (1.6.2)
414-
json (2.15.1)
414+
json (2.15.2)
415415
json-schema (5.1.1)
416416
addressable (~> 2.8)
417417
bigdecimal (~> 3.1)
@@ -533,7 +533,7 @@ GEM
533533
activesupport (>= 3.0.0)
534534
raabro (1.4.0)
535535
racc (1.8.1)
536-
rack (3.2.3)
536+
rack (3.2.4)
537537
rack-attack (6.8.0)
538538
rack (>= 1.0, < 4)
539539
rack-cors (3.0.0)
@@ -741,7 +741,7 @@ GEM
741741
activesupport (>= 3)
742742
shoulda-matchers (6.5.0)
743743
activesupport (>= 5.2.0)
744-
sidekiq (8.0.8)
744+
sidekiq (8.0.9)
745745
connection_pool (>= 2.5.0)
746746
json (>= 2.9.0)
747747
logger (>= 1.6.2)
@@ -888,7 +888,7 @@ DEPENDENCIES
888888
sentry-ruby
889889
shoulda-callback-matchers
890890
shoulda-matchers
891-
sidekiq (~> 8.0.8)
891+
sidekiq (~> 8.0.9)
892892
simplecov
893893
spring
894894
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)