Skip to content

Commit 7968cc1

Browse files
chore(deps): Bump activesupport from 7.2.0 to 7.2.3.1 in /docs (#416)
Bumps [activesupport](https://github.com/rails/rails) from 7.2.0 to 7.2.3.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>7.2.3.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>No changes.</li> </ul> <h2>Active Job</h2> <ul> <li>No changes.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/ba76fca032a66f3716ca8a661c9ddb006acaf885"><code>ba76fca</code></a> Preparing for 7.2.3.1 release</li> <li><a href="https://github.com/rails/rails/commit/8a379f43ea3e1c62fc7f6eabc1808ae9f74f726d"><code>8a379f4</code></a> Update changelog</li> <li><a href="https://github.com/rails/rails/commit/b54a4b373c6f042cab6ee2033246b1c9ecc38974"><code>b54a4b3</code></a> Improve performance of NumberToDelimitedConverter</li> <li><a href="https://github.com/rails/rails/commit/c1ad0e8e1972032f3395853a5e99cea035035beb"><code>c1ad0e8</code></a> Fix <code>SafeBuffer#%</code> to preserve unsafe status</li> <li><a href="https://github.com/rails/rails/commit/ebd6be18120d1136511eb516338e27af25ac0a1a"><code>ebd6be1</code></a> NumberConverter: reject scientific notation</li> <li><a href="https://github.com/rails/rails/commit/4a155f1fd7d4a1887b169eda4983a052fb2e2f13"><code>4a155f1</code></a> Lock some dependencies</li> <li><a href="https://github.com/rails/rails/commit/bb2bdef2925433a0c5db31b873f9faddf2e2e65d"><code>bb2bdef</code></a> Preparing for 7.2.3 release</li> <li><a href="https://github.com/rails/rails/commit/fe41a9fa77412917ea3f228d6a742f31ad21e26d"><code>fe41a9f</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/55840">#55840</a> from zzak/asup-xml-mini-bigdecimal-float-precision</li> <li><a href="https://github.com/rails/rails/commit/12040a3145012fb312eb2d70fc700f4d34a27934"><code>12040a3</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/55808">#55808</a> from olivier-thatch/fix-enum-sole</li> <li><a href="https://github.com/rails/rails/commit/58630e19ad0fe3c822302ae147ad1f863c95de2e"><code>58630e1</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/55794">#55794</a> from rails/fix-55513</li> <li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v7.2.0...v7.2.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activesupport&package-manager=bundler&previous-version=7.2.0&new-version=7.2.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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/IntelliTect/CodingGuidelines/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 b5366b3 commit 7968cc1

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

docs/Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.0)
4+
activesupport (7.2.3.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
1112
logger (>= 1.4.2)
12-
minitest (>= 5.1)
13+
minitest (>= 5.1, < 6)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
1516
addressable (2.8.7)
1617
public_suffix (>= 2.0.2, < 7.0)
17-
base64 (0.2.0)
18-
bigdecimal (3.1.8)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1921
coffee-script (2.4.1)
2022
coffee-script-source
2123
execjs
2224
coffee-script-source (1.12.2)
2325
colorator (1.1.0)
2426
commonmarker (0.23.10)
2527
concurrent-ruby (1.3.6)
26-
connection_pool (2.4.1)
28+
connection_pool (3.0.2)
2729
csv (3.3.0)
2830
dnsruby (1.72.2)
2931
simpleidn (~> 0.2.1)
30-
drb (2.2.1)
32+
drb (2.2.3)
3133
em-websocket (0.5.3)
3234
eventmachine (>= 0.12.9)
3335
http_parser.rb (~> 0)
@@ -100,7 +102,7 @@ GEM
100102
activesupport (>= 2)
101103
nokogiri (>= 1.4)
102104
http_parser.rb (0.8.0)
103-
i18n (1.14.5)
105+
i18n (1.14.8)
104106
concurrent-ruby (~> 1.0)
105107
jekyll (3.10.0)
106108
addressable (~> 2.4)
@@ -228,7 +230,7 @@ GEM
228230
jekyll (>= 3.5, < 5.0)
229231
jekyll-feed (~> 0.9)
230232
jekyll-seo-tag (~> 2.1)
231-
minitest (5.24.1)
233+
minitest (5.27.0)
232234
net-http (0.9.1)
233235
uri (>= 0.11.1)
234236
nokogiri (1.19.1)
@@ -256,7 +258,7 @@ GEM
256258
sawyer (0.9.2)
257259
addressable (>= 2.3.5)
258260
faraday (>= 0.17.3, < 3)
259-
securerandom (0.3.1)
261+
securerandom (0.4.1)
260262
simpleidn (0.2.3)
261263
terminal-table (1.8.0)
262264
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)