From cf700e363187e925ba62c87b006df2a7b5e9fef0 Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 13 Nov 2024 10:56:37 +0100 Subject: [PATCH] Add stackprof --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index ff4c3558f56..c47ed3d0c8d 100644 --- a/Gemfile +++ b/Gemfile @@ -83,6 +83,7 @@ group :test do gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false gem "test-prof", "~> 1.0" + gem "stackprof", ">= 0.2.9", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 28c1eb933c3..03768233eaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -645,6 +645,7 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct + stackprof (0.2.26) stringio (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -795,6 +796,7 @@ DEPENDENCIES spring (~> 4.2.1) sprockets (~> 4.2.1) sprockets-rails (~> 3.5.2) + stackprof (>= 0.2.9) test-prof (~> 1.0) turbolinks (~> 5.2.1) turnout (~> 2.5.0)