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.
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment