diff --git a/Gemfile b/Gemfile index da9ab39..76d5990 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,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', '~> 3.1' + gem 'rack-mini-profiler', '~> 3.2' gem 'listen', '~> 3.8' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 49004e6..edc5e52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.2.0) rack (>= 1.2.0) rack-proxy (0.7.6) rack @@ -288,7 +288,7 @@ DEPENDENCIES listen (~> 3.8) pg puma (~> 6.3) - rack-mini-profiler (~> 3.1) + rack-mini-profiler (~> 3.2) rails (~> 7.0.4) rails-controller-testing retriable (~> 3.1)