From 1b2019e7ebd4f54e6e36f17ea77b50d941c1345a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 14:09:45 +0300 Subject: [PATCH] Build(deps): Bump rack-mini-profiler from 1.1.6 to 2.0.1 (#9222) * Build(deps): Bump rack-mini-profiler from 1.1.6 to 2.0.1 Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 1.1.6 to 2.0.1. - [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases) - [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v1.1.6...v2.0.1) Signed-off-by: dependabot-preview[bot] * Enable rails patches Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: OsamaSayegh --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 278e0fb961c..73f97c05334 100644 --- a/Gemfile +++ b/Gemfile @@ -205,7 +205,7 @@ gem 'htmlentities', require: false # we are open to it. by deferring require to the initializer we can configure discourse installs without it gem 'flamegraph', require: false -gem 'rack-mini-profiler', require: false +gem 'rack-mini-profiler', require: ['enable_rails_patches'] gem 'unicorn', require: false, platform: :mri gem 'puma', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bc54d3f593b..4a682471dcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,7 +268,7 @@ GEM nio4r (~> 2.0) r2 (0.2.7) rack (2.0.8) - rack-mini-profiler (1.1.6) + rack-mini-profiler (2.0.1) rack (>= 1.2.0) rack-protection (2.0.8.1) rack