From 6341510a30b8825acd5ffdc2aac67df5aab8fbef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:38:33 +0000 Subject: [PATCH] Bump rack-mini-profiler from 3.1.1 to 3.3.1 Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 3.1.1 to 3.3.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.1.1...v3.3.1) --- updated-dependencies: - dependency-name: rack-mini-profiler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a0e79b1..8ba85c9 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development do gem 'web-console', '>= 4.1.0' # 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.1' + gem 'rack-mini-profiler', '~> 3.3' gem 'listen', '~> 3.8' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 6095891..2122939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,8 +171,8 @@ GEM puma (6.4.0) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8) - rack-mini-profiler (3.1.1) + rack (2.2.8.1) + rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-session (1.0.1) rack (< 3) @@ -313,7 +313,7 @@ DEPENDENCIES nokogiri (~> 1.15.5) pg (>= 0.18) puma (~> 6.4) - rack-mini-profiler (~> 3.1) + rack-mini-profiler (~> 3.3) rails (~> 7.1.2) selenium-webdriver solargraph