Merge branch 'backport-ee-2251' into 'master'
Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE Closes #21391 See merge request !13275
Showing
... | ... | @@ -390,6 +390,16 @@ gem 'health_check', '~> 2.6.0' |
gem 'vmstat', '~> 2.3.0' | ||
gem 'sys-filesystem', '~> 1.1.6' | ||
# SSH host key support | ||
gem 'net-ssh', '~> 4.1.0' | ||
# Required for ED25519 SSH host key support | ||
group :ed25519 do | ||
gem 'rbnacl-libsodium' | ||
gem 'rbnacl', '~> 3.2' | ||
gem 'bcrypt_pbkdf', '~> 1.0' | ||
end | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.24.0' | ||
... | ... |
Please register or sign in to comment