summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-15 16:07:54 +0200
committerRémy Coutable <remy@rymai.me>2017-09-19 16:26:20 +0200
commit6ab74da9c687a13c1692f8ccb05af72be3a73695 (patch)
tree6a21e51971b1709b856d67c09a550b9cc8721c4d
parent7e69f1889b1e7d86aee4faf01089a32eda35786c (diff)
downloadgitlab-ce-6ab74da9c687a13c1692f8ccb05af72be3a73695.tar.gz
Add test-prof
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cc6618d3557..fa25d8ded33 100644
--- a/Gemfile
+++ b/Gemfile
@@ -362,6 +362,7 @@ group :test do
gem 'sham_rack', '~> 1.3.6'
gem 'timecop', '~> 0.8.0'
gem 'concurrent-ruby', '~> 1.0.5'
+ gem 'test-prof', '~> 0.2.5'
end
gem 'octokit', '~> 4.6.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index e10db81d0c9..90154d98c9c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -882,6 +882,7 @@ GEM
ffi
sysexits (1.2.0)
temple (0.7.7)
+ test-prof (0.2.5)
test_after_commit (1.1.0)
activerecord (>= 3.2)
text (1.3.1)
@@ -1163,6 +1164,7 @@ DEPENDENCIES
stackprof (~> 0.2.10)
state_machines-activerecord (~> 0.4.0)
sys-filesystem (~> 1.1.6)
+ test-prof (~> 0.2.5)
test_after_commit (~> 1.1)
thin (~> 1.7.0)
timecop (~> 0.8.0)