Profiling tools configuration improvement (#25383)

This commit is contained in:
Matt Jankowski 2023-07-28 17:16:23 -04:00 committed by GitHub
parent 6f1fa1364f
commit 7581b1ff96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View file

@ -177,10 +177,14 @@ group :development do
# Validate missing i18n keys
gem 'i18n-tasks', '~> 1.0', require: false
end
group :development, :test do
# Profiling tools
gem 'memory_profiler', require: false
gem 'ruby-prof', require: false
gem 'stackprof', require: false
gem 'test-prof'
end
group :production do