From 0098b3072e126136cb4bc9adf764485a98e9aeab Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 6 Feb 2019 16:51:45 +1100 Subject: [PATCH] DEV: update rack-mini-profiler This gem update fixes an issue with upcoming Rails 6 (without this fix mini profiler will not work on rails 6 and simply renders text) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 716c4e901ff..9904a8f9c6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM puma (3.12.0) r2 (0.2.7) rack (2.0.6) - rack-mini-profiler (1.0.1) + rack-mini-profiler (1.0.2) rack (>= 1.2.0) rack-openid (1.3.1) rack (>= 1.1.0)