Skip to content

Commit c91be53

Browse files
authored
Build(deps): Bump sidekiq from 7.3.8 to 7.3.9 (#763)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.8 to 7.3.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>7.3.9</h2> <ul> <li>Only require activejob if necessary <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6584">#6584</a></li> <li>Fix iterable job cancellation <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6589">#6589</a></li> <li>Web UI accessibility improvements <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6604">#6604</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/bf9afa4c43d4f418cb6133bac718b5488339eacc"><code>bf9afa4</code></a> chore: bump</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/922f37ce3fc08e305c358c605bdc5acb948353a2"><code>922f37c</code></a> Backport accessibility changes to 7-x branch (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6604">#6604</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a23588153d7ca7c9f30e524eb8c24297256f1aea"><code>a235881</code></a> fix: ensure we load our version of the adapter, not Rails</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/e0ccdb0ad7077d0fe6816611761b5f8fe5c19541"><code>e0ccdb0</code></a> Fix iterable jobs cancellation (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6589">#6589</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/57bdf45a2be11b41533b6c856e33f85ecca8e304"><code>57bdf45</code></a> Fix tests on ruby 3.4</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/886e4349f1d6a9f82f2764e4a3e7c7cf4b9113ee"><code>886e434</code></a> Adjust railtie to avoid loading AJ driver before AJ, fixes <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6584">#6584</a></li> <li>See full diff in <a href="https://github.com/sidekiq/sidekiq/compare/v7.3.8...v7.3.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=7.3.8&new-version=7.3.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 b5b2416 + 8bdfb87 commit c91be53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

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

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

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ GEM
375375
listen (3.9.0)
376376
rb-fsevent (~> 0.10, >= 0.10.3)
377377
rb-inotify (~> 0.9, >= 0.9.10)
378-
logger (1.6.5)
378+
logger (1.6.6)
379379
loofah (2.24.0)
380380
crass (~> 1.0.2)
381381
nokogiri (>= 1.12.0)
@@ -620,7 +620,7 @@ GEM
620620
activesupport (>= 3)
621621
shoulda-matchers (6.4.0)
622622
activesupport (>= 5.2.0)
623-
sidekiq (7.3.8)
623+
sidekiq (7.3.9)
624624
base64
625625
connection_pool (>= 2.3.0)
626626
logger
@@ -747,7 +747,7 @@ DEPENDENCIES
747747
sentry-ruby
748748
shoulda-callback-matchers
749749
shoulda-matchers
750-
sidekiq (~> 7.3.8)
750+
sidekiq (~> 7.3.9)
751751
simplecov
752752
spring
753753
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)