Add vernier gem for profiling

This commit is contained in:
Christophe Bliard
2024-10-30 09:46:03 +01:00
parent 4db777e8f3
commit 1998b46087
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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"
+2
View File
@@ -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)