diff --git a/Gemfile b/Gemfile index 25851f28..f17d7199 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.3' gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index 2bd3db09..83cf22a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM activesupport (>= 3.0.0) racc (1.7.3) rack (2.2.8) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-test (2.1.0) rack (>= 1.3) @@ -410,7 +410,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 6.4) pundit - rack-mini-profiler (~> 3.1) + rack-mini-profiler (~> 3.3) rails (~> 7.0.8) rails_admin (~> 3.1) redis (~> 4.8)