diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-09-10 20:01:49 +0200 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-09-12 10:13:19 +0200 |
commit | 9930ab6ab8dcdf3cbdeaaae441b9c2f0e345c15a (patch) | |
tree | 06ace794f0f067b4c8f1ef4388ef492518d7b856 /Gemfile.rails5.lock | |
parent | a3c3776b5c7fd5c3c6c7bc9ee846b4d105333b32 (diff) | |
download | gitlab-ce-9930ab6ab8dcdf3cbdeaaae441b9c2f0e345c15a.tar.gz |
Remove peek-sidekiq
The reason for removing this gem is that it's not being maintained
anymore. It uses `alias_method_chain` which is deprecated in rails 5
(and removed in 5.1), the issue is pending upstream (including
a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while.
Peek-sidekiq is used in performance bar for displaying sidekiq
statistics.
Diffstat (limited to 'Gemfile.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index b384592d035..48b1190fd56 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -609,10 +609,6 @@ GEM atomic (>= 1.0.0) peek redis - peek-sidekiq (1.0.3) - atomic (>= 1.0.0) - peek - sidekiq pg (0.18.4) po_to_json (1.0.1) json (>= 1.6.0) @@ -1122,7 +1118,6 @@ DEPENDENCIES peek-pg (~> 1.3.0) peek-rblineprof (~> 0.2.0) peek-redis (~> 1.2.0) - peek-sidekiq (~> 1.0.3) pg (~> 0.18.2) premailer-rails (~> 1.9.7) prometheus-client-mmap (~> 0.9.4) |