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
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')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 27e6ba21ff3..106ae35efa4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -300,7 +300,6 @@ gem 'peek-mysql2', '~> 1.1.0', group: :mysql
gem 'peek-pg', '~> 1.3.0', group: :postgres
gem 'peek-rblineprof', '~> 0.2.0'
gem 'peek-redis', '~> 1.2.0'
-gem 'peek-sidekiq', '~> 1.0.3'
# Metrics
group :metrics do