Merge branch 'master' into feature/gb/pipeline-only-except-with-modified-paths
* master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API
Showing
... | ... | @@ -295,6 +295,7 @@ 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 'gitlab-sidekiq-fetcher', require: 'sidekiq-reliable-fetch' | ||
# Metrics | ||
group :metrics do | ||
... | ... |
Please register or sign in to comment