From 62e28e0e8f3ac49c3be6bb39e8b40b9e69b73072 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Mon, 12 Feb 2024 15:44:44 -0800 Subject: [PATCH] fix page rendering with rack-mini-profiler --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23c3e3330..1b93045f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -533,7 +533,7 @@ GEM pyu-ruby-sasl (0.0.3.3) racc (1.7.3) rack (2.2.8) - rack-mini-profiler (1.1.6) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -577,7 +577,7 @@ GEM rbtree3 (0.7.1) recursive-open-struct (1.1.3) regexp_parser (1.8.2) - request_store (1.5.1) + request_store (1.6.0) rack (>= 1.4) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)