mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add mini profiler
This commit is contained in:
parent
5cccbcdf9b
commit
5122b5b204
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -57,6 +57,7 @@ group :development, :test do
|
|||
gem 'byebug', platform: :mri
|
||||
gem 'factory_bot_rails'
|
||||
gem 'parallel_tests'
|
||||
gem 'rack-mini-profiler'
|
||||
gem 'rspec-rails', '~> 5.1.0'
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -201,6 +201,8 @@ GEM
|
|||
nio4r (~> 2.0)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3)
|
||||
rack-mini-profiler (2.3.3)
|
||||
rack (>= 1.2.0)
|
||||
rack-protection (2.1.0)
|
||||
rack
|
||||
rack-test (1.1.0)
|
||||
|
|
@ -356,6 +358,7 @@ DEPENDENCIES
|
|||
parallel_tests
|
||||
pg
|
||||
puma (>= 5.5.2)
|
||||
rack-mini-profiler
|
||||
rails (~> 7.0.1)
|
||||
rails-controller-testing
|
||||
redis (~> 3.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue