From 29b700d4be76356b27b716307a97f4b52d891000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:11:21 +0000 Subject: [PATCH] build(deps-dev): bump rack-mini-profiler from 3.1.1 to 3.3.0 Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 3.1.1 to 3.3.0. - [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.0) --- 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 25851f28..f17d7199 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development do gem 'capistrano-rails' gem 'ed25519' gem 'listen', '~> 3.8' - gem 'rack-mini-profiler', '~> 3.1' + gem 'rack-mini-profiler', '~> 3.3' gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index dcc38326..96f5bac0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM activesupport (>= 3.0.0) racc (1.7.3) rack (2.2.8) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-test (2.1.0) rack (>= 1.3) @@ -407,7 +407,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 6.4) pundit - rack-mini-profiler (~> 3.1) + rack-mini-profiler (~> 3.3) rails (~> 7.0.8) rails_admin (~> 3.1) redis (~> 4.8)