diff --git a/Gemfile b/Gemfile index 239987672..75d6c1038 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,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.3' + gem 'rack-mini-profiler', '~> 4.0' gem 'listen', '~> 3.9' # 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 80d6f5182..4ab5ff2e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM activesupport (>= 3.0.0) racc (1.8.1) rack (2.2.17) - rack-mini-profiler (3.3.1) + rack-mini-profiler (4.0.1) rack (>= 1.2.0) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -587,7 +587,7 @@ DEPENDENCIES public_activity puma (~> 6.6) pundit - rack-mini-profiler (~> 3.3) + rack-mini-profiler (~> 4.0) rails (= 7.0.8.1) rails-html-sanitizer (~> 1.6.2) rails4-autocomplete