mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Add vernier gem for profiling
This commit is contained in:
@@ -322,6 +322,7 @@ group :development, :test do
|
||||
gem "rack-mini-profiler", require: false
|
||||
gem "ruby-prof", require: false
|
||||
gem "stackprof", require: false
|
||||
gem "vernier", require: false
|
||||
|
||||
# Output a stack trace anytime, useful when a process is stuck
|
||||
gem "rbtrace"
|
||||
|
||||
@@ -1147,6 +1147,7 @@ GEM
|
||||
public_suffix
|
||||
vcr (6.3.1)
|
||||
base64
|
||||
vernier (1.2.1)
|
||||
view_component (3.19.0)
|
||||
activesupport (>= 5.2.0, < 8.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
@@ -1395,6 +1396,7 @@ DEPENDENCIES
|
||||
tzinfo-data (~> 1.2024.1)
|
||||
validate_url
|
||||
vcr
|
||||
vernier
|
||||
view_component
|
||||
warden (~> 1.2)
|
||||
warden-basic_auth (~> 0.2.1)
|
||||
|
||||
Reference in New Issue
Block a user