Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-11-04 14:43:02 +0300
committerNick Thomas <nick@gitlab.com>2016-11-29 17:14:34 +0300
commit5e05f9c5c2cfaf14cc0337c23ff54f86c5d5f5a8 (patch)
tree5e7bd4ddeb096317fe8423bda2cda138939eb961 /Gemfile
parente6d31ce31ff9d408503ea7b0ba1e6faad7cd5290 (diff)
Add StackProf to the Gemfile, along with a utility to get a profile for a spec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1d686199557..1d86daf580b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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