Profiling tools configuration improvement (#25383)
This commit is contained in:
parent
6f1fa1364f
commit
7581b1ff96
4 changed files with 16 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue