From 9f0e57b3380375e555ec75f87194949e24476932 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 30 Jan 2020 17:57:47 +1100 Subject: [PATCH] DEV: update rack-mini-profiler This contains a fix to avoid a certain exception that kept popping up on page transitions when mini profiler was fighting with our app and our app was removing the mini profiler timing. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a29850f0194..49c79bb4642 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,7 +272,7 @@ GEM nio4r (~> 2.0) r2 (0.2.7) rack (2.0.8) - rack-mini-profiler (1.1.5) + rack-mini-profiler (1.1.6) rack (>= 1.2.0) rack-openid (1.3.1) rack (>= 1.1.0)