diff --git a/Gemfile b/Gemfile index 086c82c..52c5468 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,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.0' + gem 'rack-mini-profiler', '~> 2.3' gem 'listen', '~> 3.3' # 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 e10b481..9f91235 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,6 +123,8 @@ GEM racc (~> 1.4) nokogiri (1.11.2-x64-mingw32) racc (~> 1.4) + nokogiri (1.11.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) popper_js (1.16.0) @@ -131,7 +133,7 @@ GEM nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) - rack-mini-profiler (2.3.0) + rack-mini-profiler (2.3.2) rack (>= 1.2.0) rack-proxy (0.6.5) rack @@ -265,7 +267,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.3) puma (~> 5.0) - rack-mini-profiler (~> 2.0) + rack-mini-profiler (~> 2.3) rails (~> 6.1.3) rails-controller-testing rspec-rails