update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed)
Showing
... | @@ -404,13 +404,12 @@ gem 'vmstat', '~> 2.3.0' | ... | @@ -404,13 +404,12 @@ gem 'vmstat', '~> 2.3.0' |
gem 'sys-filesystem', '~> 1.1.6' | gem 'sys-filesystem', '~> 1.1.6' | ||
# SSH host key support | # SSH host key support | ||
gem 'net-ssh', '~> 4.2.0' | gem 'net-ssh', '~> 5.0' | ||
gem 'sshkey', '~> 1.9.0' | 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 'ed25519', '~> 1.2' | ||
gem 'rbnacl', '~> 4.0' | |||
gem 'bcrypt_pbkdf', '~> 1.0' | gem 'bcrypt_pbkdf', '~> 1.0' | ||
end | end | ||
... | ... |
Please register or sign in to comment