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.rails5.lock | |
parent | 1a0ee66275316109af1911f96651ca10be930e75 (diff) | |
download | gitlab-ce-remove-allocations-gem.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.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index fd560290d6c..679318b9be5 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -52,7 +52,6 @@ GEM public_suffix (>= 2.0.2, < 4.0) aes_key_wrap (1.0.1) akismet (2.0.0) - allocations (1.0.5) arel (7.1.4) asana (0.6.0) faraday (~> 0.9) @@ -984,7 +983,6 @@ DEPENDENCIES acts-as-taggable-on (~> 5.0) addressable (~> 2.5.2) akismet (~> 2.0) - allocations (~> 1.0) asana (~> 0.6.0) asciidoctor (~> 1.5.6) asciidoctor-plantuml (= 0.0.8) |