Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-05-28
# Conflicts: # app/assets/javascripts/jobs/components/sidebar_details_block.vue # app/workers/all_queues.yml # config/sidekiq_queues.yml # db/schema.rb # doc/administration/high_availability/database.md # doc/administration/high_availability/gitlab.md [ci skip]
Showing
... | ... | @@ -172,7 +172,7 @@ gem 'acts-as-taggable-on', '~> 5.0' |
# Background jobs | ||
gem 'sidekiq', '~> 5.1' | ||
gem 'sidekiq-cron', '~> 0.6.0' | ||
gem 'redis-namespace', '~> 1.5.2' | ||
gem 'redis-namespace', '~> 1.6.0' | ||
gem 'sidekiq-limit_fetch', '~> 3.4', require: false | ||
# Cron Parser | ||
... | ... | @@ -427,7 +427,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.99.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
... | ... |
Please register or sign in to comment