Skip to content

Commit 6fa0ce2

Browse files
Bump rack-mini-profiler from 4.0.1 to 5.0.0 (#9221)
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 4.0.1 to 5.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md">rack-mini-profiler's changelog</a>.</em></p> <blockquote> <h2>5.0.0 - 2026-08-21</h2> <ul> <li>[BREAKING CHANGE] Require Ruby 3.2.0 or later. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/658">#658</a></li> <li>[FEATURE] Record bind parameters for parameterized and prepared PostgreSQL queries. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/405">#405</a></li> <li>[FIX] Add CSP nonce support to flamegraph rendering. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/648">#648</a></li> <li>[FIX] Support simple Active Record bind parameters. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/657">#657</a></li> <li>[FIX] Prevent asset requests from clearing profiler authorization. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/641">#641</a></li> <li>[FIX] Preserve the full <code>Cache-Control</code> header when <code>disable_caching</code> is false. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/620">#620</a></li> <li>[FIX] Show the profiler badge after Turbo Drive page loads. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/631">#631</a></li> <li>[FIX] Disable advanced debugging tools by default in Rails development environments. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/pull/645">#645</a></li> <li>[FIX] Prevent unhandled promise rejections when profiled fetch requests fail. <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/490">#490</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/d95511f0b5fe0ae6d326c6ce7071157d829b9447"><code>d95511f</code></a> new asset version</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/c7405d0092a82a9ca37367d058041cfbeaeda754"><code>c7405d0</code></a> update changelog</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/1d94d627ee947bc3d3dedf8e32119da343c43171"><code>1d94d62</code></a> fix: prevent unhandled fetch rejections</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/abc2a3a030ef8f4a40f0739e7bd8e2f44a9807f6"><code>abc2a3a</code></a> Record PostgreSQL bind parameters</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/8fa266a4971cfd0a13f800eb046c6800730aa9ef"><code>8fa266a</code></a> Add test for bind mapping</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/964d2d13aeb3e5f2508e569578ed843b6fc75c91"><code>964d2d1</code></a> Support simple bind parameters (<a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/657">#657</a>)</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/32cf2255715ec0a2f8937bf527fe913c4d713bd4"><code>32cf225</code></a> Add missing red test for <a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/641">#641</a></li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/2eb6460377bd3c4fdb47342e895730dfd5ed454e"><code>2eb6460</code></a> Fix: Prevent request deauthorization when loading assets (<a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/641">#641</a>)</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/0c05831dfdfab9ba862c57aca1faf7f645dcdff3"><code>0c05831</code></a> Add CSP nonce support for flamegraph rendering (<a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/648">#648</a>)</li> <li><a href="https://github.com/MiniProfiler/rack-mini-profiler/commit/435dd600429459458c98e676993e571af4e1f462"><code>435dd60</code></a> Fix missing badge for Turbo Drive page loads (<a href="https://redirect.github.com/MiniProfiler/rack-mini-profiler/issues/631">#631</a>)</li> <li>Additional commits viewable in <a href="https://github.com/MiniProfiler/rack-mini-profiler/compare/v4.0.1...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack-mini-profiler&package-manager=bundler&previous-version=4.0.1&new-version=5.0.0)](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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Sardon <marc.sardon@education.gov.uk>
1 parent a4c5ffc commit 6fa0ce2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.simplecov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if ENV.fetch("COVERAGE", 0).to_i.positive?
7373
# However (possibly due to some residual random behaviour in test factories)
7474
# the line coverage needs to be set 0.02 below the reported value.
7575
# Nornmally this value needs to be 0.01 below the reported value due to rounding issues.
76-
minimum_coverage line: 98.00, branch: 89.88
76+
minimum_coverage line: 97.94, branch: 89.78
7777
# Values from test run 28th August 2026
7878
# Line Coverage: 98.02% (13031 / 13293) -> 262 lines uncovered
7979
# Branch Coverage: 89.90% (2789 / 3102) -> 211 + 102 = 313 branches uncovered

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ GEM
613613
rack-cors (3.0.0)
614614
logger
615615
rack (>= 3.0.14)
616-
rack-mini-profiler (4.0.1)
616+
rack-mini-profiler (5.0.0)
617617
rack (>= 1.2.0)
618618
rack-oauth2 (2.2.1)
619619
activesupport
@@ -1375,7 +1375,7 @@ CHECKSUMS
13751375
rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
13761376
rack-attack (6.8.0) sha256=f2499fdebf85bcc05573a22dff57d24305ac14ec2e4156cd3c28d47cafeeecf2
13771377
rack-cors (3.0.0) sha256=7b95be61db39606906b61b83bd7203fa802b0ceaaad8fcb2fef39e097bf53f68
1378-
rack-mini-profiler (4.0.1) sha256=485810c23211f908196c896ea10cad72ed68780ee2998bec1f1dfd7558263d78
1378+
rack-mini-profiler (5.0.0) sha256=99c5ba087fa91c8d9ba80a43f6b2213f1ebead6e863d49286170129d391302e1
13791379
rack-oauth2 (2.2.1) sha256=c73aa87c508043e2258f02b4fb110cacba9b37d2ccf884e22487d014a120d1a5
13801380
rack-protection (4.2.1) sha256=cf6e2842df8c55f5e4d1a4be015e603e19e9bc3a7178bae58949ccbb58558bac
13811381
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8

0 commit comments

Comments
 (0)