summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-09 16:55:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-09 16:55:17 -0700
commit6c5a2efe90c19b3c75c29705d36ef7c5fede7e05 (patch)
treee3b00f6acbe3a1bc83e815aaba6b3eb9ac31f34b
parentbccab0f8ff794f20fa4f62ff8b4feb93d63c99bb (diff)
downloadohai-6c5a2efe90c19b3c75c29705d36ef7c5fede7e05.tar.gz
Add stackprof to the gemfile for optimization
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 61650f8c..2ad59d9e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,4 +24,5 @@ group :debug do
gem "pry-byebug"
gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
gem "rb-readline"
+ gem "stackprof"
end