Skip to content

Commit

Permalink
Bump sidekiq from 7.3.5 to 7.3.6 (#1803)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.5 to 7.3.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>7.3.6</h2>
<ul>
<li>Forward compatibility fixes for Ruby 3.4</li>
<li>Filtering in the Web UI now works via GET so you can bookmark a
filtered view. <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6497">#6497</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/3c61a21a65249e94f19fc8761302d537c0d0c407"><code>3c61a21</code></a>
bump, prepare for release</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/0e9419a7fe5a543794d896246e0eac594ea19235"><code>0e9419a</code></a>
sheesh</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/9e9eb124a00df74a11ddefe0ae9da55f418d7071"><code>9e9eb12</code></a>
fix ci</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/9dd8ae7d6ae44cddf63aaa2e3fa834c410cef0e4"><code>9dd8ae7</code></a>
Rails 7 for Sidekiq 7, can't bump this yet</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/2f462fc6321c2bb3562ac61d77de58ec3a6eed77"><code>2f462fc</code></a>
Benchmarking Rails 8.0/sq 1.0, add more arguments for realism</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/9cdb64f07c12366c377cc99698d26e519369cf52"><code>9cdb64f</code></a>
Sidekiq Web: Apply filters on GET requests (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6497">#6497</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/ba51d286d821777fbe87ea0eff8b04f212aeadf5"><code>ba51d28</code></a>
documentation for weighted queues in capsules (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6496">#6496</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/a736b81c116ba28f51ae0135ae84228524ecaaf6"><code>a736b81</code></a>
ent changes</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/5a96ed3bff269a89bff670f6f87e2b5ed9232989"><code>5a96ed3</code></a>
Add env flag to skip warmup, <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6279">#6279</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/8b1e859b5b3c42f99ccc7d22b9dac63ed5dedec9"><code>8b1e859</code></a>
Revert &quot;bump rails to 8&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v7.3.5...v7.3.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=7.3.5&new-version=7.3.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>
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
2 parents 8bef60d + b2ca50c commit 4b2398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
sidekiq (7.3.5)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
Expand Down

0 comments on commit 4b2398d

Please sign in to comment.