Commit 812734f
authored
chore(deps-dev): bump activesupport from 8.1.1 to 8.1.2.1 in /docs in the bundler group across 1 directory (#5107)
Bumps the bundler group with 1 update in the /docs directory:
[activesupport](https://github.com/rails/rails).
Updates `activesupport` from 8.1.1 to 8.1.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">activesupport's
releases</a>.</em></p>
<blockquote>
<h2>8.1.2.1</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Reject scientific notation in NumberConverter</p>
<p>[CVE-2026-33176]</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Fix <code>SafeBuffer#%</code> to preserve unsafe status</p>
<p>[CVE-2026-33170]</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Improve performance of NumberToDelimitedConverter</p>
<p>[CVE-2026-33169]</p>
<p><em>Jean Boussier</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Action View</h2>
<ul>
<li>
<p>Skip blank attribute names in tag helpers to avoid generating invalid
HTML.</p>
<p>[CVE-2026-33168]</p>
<p><em>Mike Dalessio</em></p>
</li>
</ul>
<h2>Action Pack</h2>
<ul>
<li>
<p>Fix possible XSS in DebugExceptions middleware</p>
<p>[CVE-2026-33167]</p>
<p><em>John Hawthorn</em></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md">activesupport's
changelog</a>.</em></p>
<blockquote>
<h2>Rails 8.1.2.1 (March 23, 2026)</h2>
<ul>
<li>
<p>Reject scientific notation in NumberConverter</p>
<p>[CVE-2026-33176]</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Fix <code>SafeBuffer#%</code> to preserve unsafe status</p>
<p>[CVE-2026-33170]</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Improve performance of NumberToDelimitedConverter</p>
<p>[CVE-2026-33169]</p>
<p><em>Jean Boussier</em></p>
</li>
</ul>
<h2>Rails 8.1.2 (January 08, 2026)</h2>
<ul>
<li>
<p>Make <code>delegate</code> and <code>delegate_missing_to</code> work
in BasicObject subclasses.</p>
<p><em>Rafael Mendonça França</em></p>
</li>
<li>
<p>Fix Inflectors when using a locale that fallbacks to
<code>:en</code>.</p>
<p><em>Said Kaldybaev</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::TimeWithZone#as_json</code> to consistently
return UTF-8 strings.</p>
<p>Previously the returned string would sometime be encoded in US-ASCII,
which in
some cases may be problematic.</p>
<p>Now the method consistently always return UTF-8 strings.</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Fix <code>TimeWithZone#xmlschema</code> when wrapping a
<code>DateTime</code> instance in local time.</p>
<p>Previously it would return an invalid time.</p>
<p><em>Dmytro Rymar</em></p>
</li>
<li>
<p>Implement LocalCache strategy on
<code>ActiveSupport::Cache::MemoryStore</code>. The memory store
needs to respond to the same interface as other cache stores (e.g.
<code>ActiveSupport::NullStore</code>).</p>
<p><em>Mikey Gough</em></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/1db4b89687cc18311fc3f92623136705df24e671"><code>1db4b89</code></a>
Preparing for 8.1.2.1 release</li>
<li><a
href="https://github.com/rails/rails/commit/1c7d1cf0a1ab4142eb20ef30fe2062aad6f72e21"><code>1c7d1cf</code></a>
Update changelog</li>
<li><a
href="https://github.com/rails/rails/commit/ec1a0e215efd27a3b3911aae6df978a80f456a49"><code>ec1a0e2</code></a>
Improve performance of NumberToDelimitedConverter</li>
<li><a
href="https://github.com/rails/rails/commit/50d732af3b7c8aaf63cbcca0becbc00279b215b7"><code>50d732a</code></a>
Fix <code>SafeBuffer#%</code> to preserve unsafe status</li>
<li><a
href="https://github.com/rails/rails/commit/19dbab51ca086a657bb86458042bc44314916bcb"><code>19dbab5</code></a>
NumberConverter: reject scientific notation</li>
<li><a
href="https://github.com/rails/rails/commit/d7c8ae65b7045490965218a994c300aea8dbb079"><code>d7c8ae6</code></a>
Preparing for 8.1.2 release</li>
<li><a
href="https://github.com/rails/rails/commit/3ea2701a15ac253fc6b87b0034a87e3abcb3d3e5"><code>3ea2701</code></a>
CHANGELOG sync</li>
<li><a
href="https://github.com/rails/rails/commit/0f8014a0ff97888c747a481ea8ef61015c160fd4"><code>0f8014a</code></a>
[8-1-stable] Minitest 6 support</li>
<li><a
href="https://github.com/rails/rails/commit/991ccf35933f5df1dcf1283a1ad2f9667c864fa6"><code>991ccf3</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/56393">#56393</a>
from rails/add-exclude-keys-to-live-controller</li>
<li><a
href="https://github.com/rails/rails/commit/c86465f65278d2a6200424d2853fc848a0e01356"><code>c86465f</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/56353">#56353</a>
from rails/rmf-delegation-basic-object</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/rails/compare/v8.1.1...v8.1.2.1">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/osv.dev/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5ab341b commit 812734f
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
0 commit comments