File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ group :development do
77
77
gem 'web-console' , '>= 4.1.0'
78
78
# Display performance information such as SQL time and flame graphs for each request in your browser.
79
79
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
80
- gem 'rack-mini-profiler' , '~> 3.3 '
80
+ gem 'rack-mini-profiler' , '~> 4.0 '
81
81
gem 'listen' , '~> 3.9'
82
82
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
83
83
# gem 'spring'
Original file line number Diff line number Diff line change 342
342
activesupport (>= 3.0.0 )
343
343
racc (1.8.1 )
344
344
rack (2.2.17 )
345
- rack-mini-profiler (3.3 .1 )
345
+ rack-mini-profiler (4.0 .1 )
346
346
rack (>= 1.2.0 )
347
347
rack-protection (3.2.0 )
348
348
base64 (>= 0.1.0 )
@@ -587,7 +587,7 @@ DEPENDENCIES
587
587
public_activity
588
588
puma (~> 6.6 )
589
589
pundit
590
- rack-mini-profiler (~> 3.3 )
590
+ rack-mini-profiler (~> 4.0 )
591
591
rails (= 7.0.8.1 )
592
592
rails-html-sanitizer (~> 1.6.2 )
593
593
rails4-autocomplete
You can’t perform that action at this time.
0 commit comments