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 @@ -41,7 +41,7 @@ group :development do
41
41
gem 'web-console' , '>= 4.1.0'
42
42
# Display performance information such as SQL time and flame graphs for each request in your browser.
43
43
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
44
- gem 'rack-mini-profiler' , '~> 2.3 '
44
+ gem 'rack-mini-profiler' , '~> 3.0 '
45
45
gem 'listen' , '~> 3.7'
46
46
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
47
47
gem 'spring'
Original file line number Diff line number Diff line change 115
115
rack (2.2.3 )
116
116
rack-cors (1.1.1 )
117
117
rack (>= 2.0.0 )
118
- rack-mini-profiler (2.3.3 )
118
+ rack-mini-profiler (3.0.0 )
119
119
rack (>= 1.2.0 )
120
120
rack-test (1.1.0 )
121
121
rack (>= 1.0 , < 3 )
@@ -201,7 +201,7 @@ DEPENDENCIES
201
201
pg (>= 0.18 , < 2.0 )
202
202
puma (~> 5.6 )
203
203
rack-cors
204
- rack-mini-profiler (~> 2.3 )
204
+ rack-mini-profiler (~> 3.0 )
205
205
rails (~> 6.1.5 )
206
206
route_mechanic
207
207
selenium-webdriver
You can’t perform that action at this time.
0 commit comments