Skip to content

Commit

Permalink
Update rack-mini-profiler to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 4, 2024
1 parent 41015af commit ba5c767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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.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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (2.3.4)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
rack-proxy (0.7.2)
rack
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
not_analytics_client (~> 0.2.0)!
pg (~> 1.1)
puma (~> 6.4)
rack-mini-profiler (~> 2.3)
rack-mini-profiler (~> 3.3)
rack_authorised_proxy
rails (~> 7.1.2)
redis (~> 4.4)
Expand Down

0 comments on commit ba5c767

Please sign in to comment.