diff --git a/Gemfile b/Gemfile index 40fe3f6..a9f2e8d 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development do # 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 'listen', '~> 3.3' - gem 'rack-mini-profiler', '~> 2.0' + gem 'rack-mini-profiler', '~> 3.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index 1d8f8ec..2072ff9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,8 +181,8 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.2) - rack (2.2.6.2) - rack-mini-profiler (2.3.4) + rack (2.2.7) + rack-mini-profiler (3.1.0) rack (>= 1.2.0) rack-protection (2.2.0) rack @@ -320,7 +320,7 @@ DEPENDENCIES omniauth-rails_csrf_protection pg (~> 1.1) puma (~> 5.6) - rack-mini-profiler (~> 2.0) + rack-mini-profiler (~> 3.0) rails (~> 7.0.4) redcarpet rubocop