diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-06-20 14:00:17 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2018-06-20 15:11:10 +0200 |
commit | d527b468025922c04ba03edffb7ef33300ec9bb6 (patch) | |
tree | d882d74e9bd768f47c3967ce5b2e1ea043469202 /Gemfile | |
parent | 1a0ee66275316109af1911f96651ca10be930e75 (diff) | |
download | gitlab-ce-d527b468025922c04ba03edffb7ef33300ec9bb6.tar.gz |
Remove remaining traces of the Allocations Gemremove-allocations-gem
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we
removed use of the data produced by the Allocations Gem. However, we
never removed the code that just enables tracking of allocations. In
this commit we remove all remaining traces of this Gem.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -299,7 +299,6 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do - gem 'allocations', '~> 1.0', require: false, platform: :mri gem 'method_source', '~> 0.8', require: false gem 'influxdb', '~> 0.2', require: false |