diff options
author | Nick Thomas <nick@gitlab.com> | 2016-11-04 11:43:02 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2016-11-29 14:14:34 +0000 |
commit | 5e05f9c5c2cfaf14cc0337c23ff54f86c5d5f5a8 (patch) | |
tree | 5e7bd4ddeb096317fe8423bda2cda138939eb961 /Gemfile | |
parent | e6d31ce31ff9d408503ea7b0ba1e6faad7cd5290 (diff) | |
download | gitlab-ce-5e05f9c5c2cfaf14cc0337c23ff54f86c5d5f5a8.tar.gz |
Add StackProf to the Gemfile, along with a utility to get a profile for a spec
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -309,6 +309,8 @@ group :development, :test do gem 'knapsack', '~> 1.11.0' gem 'activerecord_sane_schema_dumper', '0.2' + + gem 'stackprof', '~> 0.2.10' end group :test do |