Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-09-10 21:01:49 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-09-12 11:13:19 +0300
commit9930ab6ab8dcdf3cbdeaaae441b9c2f0e345c15a (patch)
tree06ace794f0f067b4c8f1ef4388ef492518d7b856 /Gemfile.rails5.lock
parenta3c3776b5c7fd5c3c6c7bc9ee846b4d105333b32 (diff)
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.lock5
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)