Skip to content

Commit 8b8b94c

Browse files
authored
Bump sidekiq from 7.3.0 to 7.3.1 (#608)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.0 to 7.3.1. <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.1</h2> <ul> <li>Don't count job interruptions as failures in metrics <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6386">#6386</a></li> <li>Add frozen string literal to a number of .rb files.</li> <li>Fix frozen string error with style_tag and script_tag <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6371">#6371</a></li> <li>Fix an error on Ruby 2.7 because of usage of <code>Hash#except</code> <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6376">#6376</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/16b71153d03b3b75f5f9a63e6366e90d1cdbc5d1"><code>16b7115</code></a> formatting</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/bd2aac5409a6d0615b18dbade6761704a23dff50"><code>bd2aac5</code></a> prep for release</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/ce29f51f2e21182e83e4247db20e4dabb7313c61"><code>ce29f51</code></a> remove need for S::Component in job_logger, see <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6385">#6385</a></li> <li><a href="https://github.com/sidekiq/sidekiq/commit/7d3e3dd81e1e4630b37e71315c19f83aaf3d117f"><code>7d3e3dd</code></a> Fix startup error when redis sentinel is provided as an url</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/e7cd81022282f8664402e17a981f0d77d704c2aa"><code>e7cd810</code></a> Do not track iterable jobs interruptions as failures</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/3241bc180c9cba539b8350c857cd5b6c2c3332d7"><code>3241bc1</code></a> Allow exception to be passed via opts to DeadSet#kill</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/f14749c99af163f89d1de66c46d25baac0ec8f31"><code>f14749c</code></a> Fix yaml syntax problem in tr.yml</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/65c766d9b09a50ddd5fd0482ff944c2c537099c2"><code>65c766d</code></a> Don't use <code>Hash#except</code> which only got added in Ruby 3.0</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/3fdd31b95549e72c9e94e99963196bfdf64909b3"><code>3fdd31b</code></a> Update Changes.md</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/2a83cec5402a38527037f5b79d4cf052f57d879d"><code>2a83cec</code></a> Add <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6371">#6371</a> to changelog</li> <li>Additional commits viewable in <a href="https://github.com/sidekiq/sidekiq/compare/v7.3.0...v7.3.1">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.0&new-version=7.3.1)](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 0de1f6f + d6a3c88 commit 8b8b94c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

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

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ GEM
526526
activesupport (>= 3)
527527
shoulda-matchers (6.4.0)
528528
activesupport (>= 5.2.0)
529-
sidekiq (7.3.0)
529+
sidekiq (7.3.1)
530530
concurrent-ruby (< 2)
531531
connection_pool (>= 2.3.0)
532532
logger
@@ -644,7 +644,7 @@ DEPENDENCIES
644644
sentry-ruby
645645
shoulda-callback-matchers
646646
shoulda-matchers
647-
sidekiq (~> 7.3.0)
647+
sidekiq (~> 7.3.1)
648648
simplecov
649649
spring
650650
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)