diff --git a/Gemfile b/Gemfile index 25851f28..e2f33de6 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development do gem 'capistrano-rails' gem 'ed25519' gem 'listen', '~> 3.8' - gem 'rack-mini-profiler', '~> 3.1' + gem 'rack-mini-profiler', '~> 3.2' gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index 7bb64fab..80d185ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM activesupport (>= 3.0.0) racc (1.7.3) rack (2.2.8) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.2.0) rack (>= 1.2.0) rack-test (2.1.0) rack (>= 1.3) @@ -407,7 +407,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 6.4) pundit - rack-mini-profiler (~> 3.1) + rack-mini-profiler (~> 3.2) rails (~> 7.0.8) rails_admin (~> 3.1) redis (~> 4.8)