From 66200c548e7350e60dcb7a421c7f485cf103210e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:27:49 +0000 Subject: [PATCH] Bump rack-mini-profiler from 3.3.1 to 4.0.1 Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 3.3.1 to 4.0.1. - [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases) - [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v3.3.1...v4.0.1) --- updated-dependencies: - dependency-name: rack-mini-profiler dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b2d45f16..6573e255 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :development do # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md - gem "rack-mini-profiler", "~> 3.3.1" + gem "rack-mini-profiler", "~> 4.0.1" gem "memory_profiler" gem "stackprof" diff --git a/Gemfile.lock b/Gemfile.lock index ac008c78..8d79caea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,11 +293,11 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.2.3) rack-cors (3.0.0) logger rack (>= 3.0.14) - rack-mini-profiler (3.3.1) + rack-mini-profiler (4.0.1) rack (>= 1.2.0) rack-session (2.1.1) base64 (>= 0.1.0) @@ -509,7 +509,7 @@ DEPENDENCIES pry-stack_explorer (~> 0.6.1) puma (~> 6.4.2) rack-cors - rack-mini-profiler (~> 3.3.1) + rack-mini-profiler (~> 4.0.1) rails (~> 8.0.3) redis (~> 5.4.1) requestjs-rails