diff options
author | Sean McGivern <sean@gitlab.com> | 2019-08-06 19:05:47 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-08-06 20:42:46 +0100 |
commit | 66963aad70abba7a87512070047244eefefeb563 (patch) | |
tree | a5fe801746c6b97d1cc8c8810f06ea04f4e92944 /Gemfile.lock | |
parent | dca9e2124c70f07eb24785f09ba3715e932c7103 (diff) | |
download | gitlab-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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 405814a77d9..80f36a9457c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -641,8 +641,6 @@ GEM concurrent-ruby (>= 0.9.0) concurrent-ruby-ext (>= 0.9.0) railties (>= 4.0.0) - peek-gc (0.0.2) - peek pg (1.1.4) po_to_json (1.0.1) json (>= 1.6.0) @@ -1173,7 +1171,6 @@ DEPENDENCIES omniauth_openid_connect (~> 0.3.1) org-ruby (~> 0.9.12) peek (~> 1.0.1) - peek-gc (~> 0.0.2) pg (~> 1.1) premailer-rails (~> 1.9.7) prometheus-client-mmap (~> 0.9.8) |