From b8aea315b1870581d3d1434ce7b78677e7ac15fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 02:33:48 +0000 Subject: [PATCH] Bump rack-mini-profiler from 2.3.3 to 3.0.0 in /backend Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 2.3.3 to 3.0.0. - [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/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: rack-mini-profiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 1917c4d0..a05b6701 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -41,7 +41,7 @@ group :development do gem 'web-console', '>= 4.1.0' # 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 'rack-mini-profiler', '~> 2.3' + gem 'rack-mini-profiler', '~> 3.0' gem 'listen', '~> 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 03cf9a69..4281bb74 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -115,7 +115,7 @@ GEM rack (2.2.3) rack-cors (1.1.1) rack (>= 2.0.0) - rack-mini-profiler (2.3.3) + rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -201,7 +201,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) puma (~> 5.6) rack-cors - rack-mini-profiler (~> 2.3) + rack-mini-profiler (~> 3.0) rails (~> 6.1.5) route_mechanic selenium-webdriver