Add stackprof to Gemfile

This commit is contained in:
Douglas Eichelberger 2023-03-18 16:23:08 -07:00
parent 2969cdb5c1
commit 6415ae6739
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ gem "rubocop", require: false
gem "rubocop-ast", require: false
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
gem "stackprof", require: false
gem "warning", require: false
group :sorbet, optional: true do

View File

@ -188,6 +188,7 @@ GEM
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
stackprof (0.2.23)
tapioca (0.7.3)
bundler (>= 1.17.3)
pry (>= 0.12.2)
@ -257,6 +258,7 @@ DEPENDENCIES
sorbet-runtime
sorbet-static-and-runtime
spoom
stackprof
tapioca
warning