From 109d98a8170d44873a10358b20fb96a707f4ad20 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Tue, 9 Apr 2024 06:20:47 +0000 Subject: [PATCH] chore(deps): update dependency rack-mini-profiler to "~> 3.3.0" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e15835f..4bfacf6 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ group :development do gem "web-console", "~> 4.2.0" # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] - gem "rack-mini-profiler", "~> 3.0.0" + gem "rack-mini-profiler", "~> 3.3.0" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] gem "spring", "~> 4.1.0"