diff --git a/backend/Gemfile b/backend/Gemfile index 1917c4d0..a05b6701 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -41,7 +41,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', '~> 2.3' + gem 'rack-mini-profiler', '~> 3.0' gem 'listen', '~> 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 03cf9a69..4281bb74 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -115,7 +115,7 @@ GEM rack (2.2.3) rack-cors (1.1.1) rack (>= 2.0.0) - rack-mini-profiler (2.3.3) + rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -201,7 +201,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) puma (~> 5.6) rack-cors - rack-mini-profiler (~> 2.3) + rack-mini-profiler (~> 3.0) rails (~> 6.1.5) route_mechanic selenium-webdriver