Merge branch 'ce-to-ee-2017-08-24' into 'master'
CE upstream: Thursday Closes gitaly#488 and gitlab-ce#36622 See merge request !2752
Showing
... | @@ -412,7 +412,7 @@ gem 'sshkey', '~> 1.9.0' | ... | @@ -412,7 +412,7 @@ gem 'sshkey', '~> 1.9.0' |
# Required for ED25519 SSH host key support | # Required for ED25519 SSH host key support | ||
group :ed25519 do | group :ed25519 do | ||
gem 'rbnacl-libsodium' | gem 'rbnacl-libsodium' | ||
gem 'rbnacl', '~> 3.2' | gem 'rbnacl', '~> 4.0' | ||
gem 'bcrypt_pbkdf', '~> 1.0' | gem 'bcrypt_pbkdf', '~> 1.0' | ||
end | end | ||
... | ... |
Please register or sign in to comment