From 68875f5c06c66172762c8453d90049e2f9fe02af Mon Sep 17 00:00:00 2001 From: Robert Scott-Buccleuch <60840+rsb@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:56:10 -0800 Subject: [PATCH 1/2] Upgrade rack-mini-profiler to v2.3.3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eaace8824..dadace978 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ group :debugging do end group :development, :staging do - gem 'rack-mini-profiler' + gem 'rack-mini-profiler', '~> 2.3.2' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 6086fa282..66fb06dcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -534,7 +534,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 (2.3.4) rack (>= 1.2.0) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -750,7 +750,7 @@ DEPENDENCIES pry-rescue pry-stack_explorer puma (~> 5.6.7) - rack-mini-profiler + rack-mini-profiler (~> 2.3.2) rails (~> 6.1.7.6) rails-assets-bootstrap-select! rails-assets-jquery! From db6d6183669802f9a91d0539a4b589301b1fee7e Mon Sep 17 00:00:00 2001 From: Robert Scott-Buccleuch <60840+rsb@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:39:56 -0800 Subject: [PATCH 2/2] Remove version guard for rack-mini-profiler and run bundle update to bump to 3.3.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dadace978..eaace8824 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ group :debugging do end group :development, :staging do - gem 'rack-mini-profiler', '~> 2.3.2' + gem 'rack-mini-profiler' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 66fb06dcc..b78922e72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -534,7 +534,7 @@ GEM pyu-ruby-sasl (0.0.3.3) racc (1.7.3) rack (2.2.8) - rack-mini-profiler (2.3.4) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -750,7 +750,7 @@ DEPENDENCIES pry-rescue pry-stack_explorer puma (~> 5.6.7) - rack-mini-profiler (~> 2.3.2) + rack-mini-profiler rails (~> 6.1.7.6) rails-assets-bootstrap-select! rails-assets-jquery!