From 5e0f3ebbb4f16ff575767c572ed09a30b3fb64af Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:26:51 +0000 Subject: [PATCH] update mini profiler (#2872) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 98479cd34..033706b39 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,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 "erb_lint", require: false - gem "rack-mini-profiler", "~> 2.0" + gem "rack-mini-profiler", "~> 3.3.0" gem "rubocop-govuk", "4.3.0", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8a678576c..5017836a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,7 +340,7 @@ GEM rack (3.1.8) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-mini-profiler (2.3.4) + rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-session (2.0.0) rack (>= 3.0.0) @@ -581,7 +581,7 @@ DEPENDENCIES pundit rack (>= 2.2.6.3) rack-attack - rack-mini-profiler (~> 2.0) + rack-mini-profiler (~> 3.3.0) rails (~> 7.2.2) rails_admin (~> 3.1) redcarpet (~> 3.6)