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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bf9702b2562..50e69425980 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -691,6 +691,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + stackprof (0.2.10) state_machines (0.4.0) state_machines-activemodel (0.4.0) activemodel (>= 4.1, < 5.1) @@ -937,6 +938,7 @@ DEPENDENCIES spring-commands-teaspoon (~> 0.0.2) sprockets (~> 3.7.0) sprockets-es6 (~> 0.9.2) + stackprof (~> 0.2.10) state_machines-activerecord (~> 0.4.0) sys-filesystem (~> 1.1.6) teaspoon (~> 1.1.0) |