summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-08-06 19:05:47 +0100
committerSean McGivern <sean@gitlab.com>2019-08-06 20:42:46 +0100
commit66963aad70abba7a87512070047244eefefeb563 (patch)
treea5fe801746c6b97d1cc8c8810f06ea04f4e92944 /Gemfile
parentdca9e2124c70f07eb24785f09ba3715e932c7103 (diff)
downloadgitlab-ce-66963aad70abba7a87512070047244eefefeb563.tar.gz
Remove GC metrics from performance bar
These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ef277336859..22746f9c5ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -296,7 +296,6 @@ gem 'batch-loader', '~> 1.4.0'
# Perf bar
gem 'peek', '~> 1.0.1'
-gem 'peek-gc', '~> 0.0.2'
# Memory benchmarks
gem 'derailed_benchmarks', require: false