Skip to content

Commit 9785a82

Browse files
authored
Build(deps): Bump sidekiq from 8.0.4 to 8.0.6 (#899)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.4 to 8.0.6. <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.6</h2> <ul> <li>Adjust transactional client to use ActiveRecord 7.2's support for <code>after_all_transactions_commit</code> when available. [#6765, rewritten]</li> <li>Fix Rails 7.0 and 7.1 compatibility [#6746, mlarraz]</li> <li>Flush metrics at <code>:exit</code> <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li> </ul> <h2>8.0.5</h2> <ul> <li>Add <code>stopping?</code> method to AJ adapter for compatibility with the new AJ::Continuations feature <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6732">#6732</a></li> <li>Further improvements to Rails boot compatibility <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6710">#6710</a></li> <li>Add ability to disable CSRF middleware. SameSite cookies prevent CSRF in a cleaner manner and are default in most browsers now. CSRF code will be removed in Sidekiq 9.0. <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6739">#6739</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/d70ef9bf1e5b7b9d39838b2a9b9acc5f468a5ec5"><code>d70ef9b</code></a> doc(changes)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/d797683c8d2f28c458fcdcc04fd86aa51b1b6563"><code>d797683</code></a> Use ActiveRecord transaction tooling when available (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6765">#6765</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/aaf97a10239727db04d281189d458494eb241219"><code>aaf97a1</code></a> doc(changes)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/f111a3995462fc67d3817da0790845b8923af9af"><code>f111a39</code></a> Flush any pending metrics at :exit, fixes <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li> <li><a href="https://github.com/sidekiq/sidekiq/commit/b108b6826948790ef70d117041ca08740c88f890"><code>b108b68</code></a> doc(changes)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a3fed9f0d5ea57b2a5fc6add34a57b6e5213caba"><code>a3fed9f</code></a> 6752</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/d93ecb6fb3e0e507cc33189e3eed52e7eefd8c45"><code>d93ecb6</code></a> doc(changes) [skipci]</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/6742be8e76413ab2c0e39d1ea750c2a9ff1db7ac"><code>6742be8</code></a> Test override should not change method visibility, fixes <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6742">sidekiq/sidekiq#6742</a></li> <li><a href="https://github.com/sidekiq/sidekiq/commit/7e73505719138bb7458c9b01fa4899d4b27fa4fe"><code>7e73505</code></a> doc: changes</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/d9e8acd9b24b3ecfd89a7cdbdb5a473527850a92"><code>d9e8acd</code></a> Verify rack session in core since CSRF protection is no longer mandatory</li> <li>Additional commits viewable in <a href="https://github.com/sidekiq/sidekiq/compare/v8.0.4...v8.0.6">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.4&new-version=8.0.6)](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 512bb38 + 6182ae0 commit 9785a82

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.4'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 8.0.4'
38+
gem 'sidekiq', '~> 8.0.6'
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
@@ -398,7 +398,7 @@ GEM
398398
rdoc (>= 4.0.0)
399399
reline (>= 0.4.2)
400400
jmespath (1.6.2)
401-
json (2.12.2)
401+
json (2.13.0)
402402
json-schema (5.1.1)
403403
addressable (~> 2.8)
404404
bigdecimal (~> 3.1)
@@ -708,7 +708,7 @@ GEM
708708
activesupport (>= 3)
709709
shoulda-matchers (6.5.0)
710710
activesupport (>= 5.2.0)
711-
sidekiq (8.0.4)
711+
sidekiq (8.0.6)
712712
connection_pool (>= 2.5.0)
713713
json (>= 2.9.0)
714714
logger (>= 1.6.2)
@@ -842,7 +842,7 @@ DEPENDENCIES
842842
sentry-ruby
843843
shoulda-callback-matchers
844844
shoulda-matchers
845-
sidekiq (~> 8.0.4)
845+
sidekiq (~> 8.0.6)
846846
simplecov
847847
spring
848848
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)