Skip to content

chore(deps-dev): bump rack-mini-profiler from 4.0.1 to 5.0.0 - #2841

Merged
mroderick merged 1 commit into
masterfrom
dependabot/bundler/rack-mini-profiler-5.0.0
Sep 3, 2026
Merged

chore(deps-dev): bump rack-mini-profiler from 4.0.1 to 5.0.0#2841
mroderick merged 1 commit into
masterfrom
dependabot/bundler/rack-mini-profiler-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps rack-mini-profiler from 4.0.1 to 5.0.0.

Changelog

Sourced from rack-mini-profiler's changelog.

5.0.0 - 2026-08-21

  • [BREAKING CHANGE] Require Ruby 3.2.0 or later. #658
  • [FEATURE] Record bind parameters for parameterized and prepared PostgreSQL queries. #405
  • [FIX] Add CSP nonce support to flamegraph rendering. #648
  • [FIX] Support simple Active Record bind parameters. #657
  • [FIX] Prevent asset requests from clearing profiler authorization. #641
  • [FIX] Preserve the full Cache-Control header when disable_caching is false. #620
  • [FIX] Show the profiler badge after Turbo Drive page loads. #631
  • [FIX] Disable advanced debugging tools by default in Rails development environments. #645
  • [FIX] Prevent unhandled promise rejections when profiled fetch requests fail. #490
Commits

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/rack-mini-profiler-5.0.0 branch from 2eb8c8f to 8a4dc45 Compare September 3, 2026 07:18
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](MiniProfiler/rack-mini-profiler@v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: rack-mini-profiler
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/rack-mini-profiler-5.0.0 branch from 8a4dc45 to 0dbbb47 Compare September 3, 2026 13:55
@mroderick

Copy link
Copy Markdown
Collaborator

Dependency Upgrade Review: rack-mini-profiler 4.0.1 → 5.0.0

PR scope: dependency-only, dev dependency. Dependabot updated the Gemfile constraint (~> 4.0 → ~> 5.0) alongside the lockfile.

Changes in dependency

One breaking change: Ruby >= 3.2.0 required (the app pins Ruby 4.0.6, so it is satisfied with room to spare). Everything else is dev-tooling behavior: PostgreSQL bind-parameter recording, CSP nonce support for flamegraphs, Turbo Drive badge fix, and advanced debugging tools now off by default in Rails development. Nothing removes or changes an API.

Usage in this repository

  • Lives in the :development group (Gemfile:89) next to web-console and better_errors — never installed in production, so Heroku is untouched.
  • Zero custom usage: no initializer, no MiniProfiler references anywhere in config/ or lib/. The app relies purely on default middleware behavior, so API-level breaking changes have no surface to hit.

Local validation (worktree at the PR head)

  • Boot clean, 189 controller examples, 0 failures.
  • bundle exec rubocop: 376 files, no offenses.

Compatibility assessment

Compatible. The single breaking change (Ruby version) is already satisfied, the gem is dev-only with default configuration, and the one behavior change you will notice (debugging tools off by default in development) is deliberate upstream and easily re-enabled if you ever miss the advanced tools.

Confidence

High.

@mroderick mroderick left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. See analysis comment above.

@mroderick
mroderick merged commit fc36309 into master Sep 3, 2026
10 checks passed
@mroderick
mroderick deleted the dependabot/bundler/rack-mini-profiler-5.0.0 branch September 3, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant