Commit 4104719
authored
chore(deps): bump rack-attack from 6.7.0 to 6.8.0 (#1112)
Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.7.0 to
6.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rack/rack-attack/releases">rack-attack's
releases</a>.</em></p>
<blockquote>
<h2>v6.8.0</h2>
<h2>What's Changed</h2>
<h3>Changed</h3>
<ul>
<li>Avoid RedisCacheStore#increment on Rails 6+ (which might improve
performance) by <a
href="https://github.com/jdelStrother"><code>@jdelStrother</code></a>
(<a
href="https://redirect.github.com/rack/rack-attack/issues/597">#597</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://redirect.github.com/rack/rack-attack/issues/588">#588</a>
don't fail if request.ip is missing, by <a
href="https://github.com/santib"><code>@santib</code></a> (<a
href="https://redirect.github.com/rack/rack-attack/issues/630">#630</a>)</li>
<li>Fix reset! when using namespaced cache store by <a
href="https://github.com/santib"><code>@santib</code></a> (<a
href="https://redirect.github.com/rack/rack-attack/issues/673">#673</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Soft deprecate integration with rack 1.x, may or may not work with
it.</li>
<li>Soft deprecate integration with rails 5.2 or less, may or may not
work with it.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove support for unmaintained ActiveSupport::Cache::RedisStore, by
<a
href="https://github.com/mitchellhenke"><code>@mitchellhenke</code></a>
(<a
href="https://redirect.github.com/rack/rack-attack/issues/625">#625</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/floehopper"><code>@floehopper</code></a> made
their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/618">rack/rack-attack#618</a></li>
<li><a href="https://github.com/mttkay"><code>@mttkay</code></a> made
their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/622">rack/rack-attack#622</a></li>
<li><a
href="https://github.com/mitchellhenke"><code>@mitchellhenke</code></a>
made their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/625">rack/rack-attack#625</a></li>
<li><a href="https://github.com/santib"><code>@santib</code></a> made
their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/629">rack/rack-attack#629</a></li>
<li><a href="https://github.com/tisba"><code>@tisba</code></a> made
their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/654">rack/rack-attack#654</a></li>
<li><a href="https://github.com/fynsta"><code>@fynsta</code></a> made
their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/658">rack/rack-attack#658</a></li>
<li><a
href="https://github.com/alexsmartens"><code>@alexsmartens</code></a>
made their first contribution in <a
href="https://redirect.github.com/rack/rack-attack/pull/664">rack/rack-attack#664</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rack/rack-attack/compare/v6.7.0...v6.8.0">https://github.com/rack/rack-attack/compare/v6.7.0...v6.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rack/rack-attack/blob/main/CHANGELOG.md">rack-attack's
changelog</a>.</em></p>
<blockquote>
<h2>[6.8.0] - 2025-10-14</h2>
<h3>Changed</h3>
<ul>
<li>Avoid RedisCacheStore#increment on Rails 6+ (which might improve
performance) by <a
href="https://github.com/jdelStrother"><code>@jdelStrother</code></a>
(<a
href="https://redirect.github.com/rack/rack-attack/issues/597">#597</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://redirect.github.com/rack/rack-attack/issues/588">#588</a>
don't fail if request.ip is missing, by <a
href="https://github.com/santib"><code>@santib</code></a> (<a
href="https://redirect.github.com/rack/rack-attack/issues/630">#630</a>)</li>
<li>Fix reset! when using namespaced cache store by <a
href="https://github.com/santib"><code>@santib</code></a> (<a
href="https://redirect.github.com/rack/rack-attack/issues/673">#673</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Soft deprecate integration with rack 1.x, may or may not work with
it.</li>
<li>Soft deprecate integration with rails 5.2 or less, may or may not
work with it.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove support for unmaintained ActiveSupport::Cache::RedisStore, by
<a
href="https://github.com/mitchellhenke"><code>@mitchellhenke</code></a>
(<a
href="https://redirect.github.com/rack/rack-attack/issues/625">#625</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rack/rack-attack/commit/65f1ead3bc648b1e972fd8df0078949f056699d9"><code>65f1ead</code></a>
Bumps gem version to v6.8.0</li>
<li><a
href="https://github.com/rack/rack-attack/commit/e84eaf57cd1cc8541de260326df5d84070011b68"><code>e84eaf5</code></a>
Upgrade GHA Runners (<a
href="https://redirect.github.com/rack/rack-attack/issues/694">#694</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/4606efbe5ec8dfef5ab824fd03797ed67396ecb7"><code>4606efb</code></a>
build(deps): bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/rack/rack-attack/issues/690">#690</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/40d83d1281694c13230a272026f6b291abe84dd0"><code>40d83d1</code></a>
Fix GHA Runner (<a
href="https://redirect.github.com/rack/rack-attack/issues/692">#692</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/1dba6ec133e76e6496c8bc89822b52696d671d46"><code>1dba6ec</code></a>
Remove CodeClimate (<a
href="https://redirect.github.com/rack/rack-attack/issues/693">#693</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/467770882daa6f3865cc207c8b5dfdbc4028d7cb"><code>4677708</code></a>
Add Ruby 3.4 to the CI (<a
href="https://redirect.github.com/rack/rack-attack/issues/681">#681</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/87108769f8b4e847f12fbad76d0b6dc98e41bd89"><code>8710876</code></a>
Fix CI (<a
href="https://redirect.github.com/rack/rack-attack/issues/683">#683</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/86650c4f7ea1af24fe4a89d3040e1309ee8a88bc"><code>86650c4</code></a>
Fix reset! when using namespaced cache store (<a
href="https://redirect.github.com/rack/rack-attack/issues/673">#673</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/8d5b210fcd5b864300e90f70ad12f7a25bd71c03"><code>8d5b210</code></a>
Fix wrong merge resolution (<a
href="https://redirect.github.com/rack/rack-attack/issues/680">#680</a>)</li>
<li><a
href="https://github.com/rack/rack-attack/commit/6db4a73253c78494ce0b9aed8d587bd989bccce4"><code>6db4a73</code></a>
Drop Dalli 2 support (<a
href="https://redirect.github.com/rack/rack-attack/issues/679">#679</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rack/rack-attack/compare/v6.7.0...v6.8.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments