debian-mirror-gitlab/debian/patches/0510-relax-net-ssh.patch

19 lines
378 B
Diff
Raw Normal View History

2018-10-13 21:22:49 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -386,13 +386,12 @@
2018-10-13 21:22:49 +05:30
gem 'sys-filesystem', '~> 1.1', '>= 1.1.6'
# SSH host key support
-gem 'net-ssh', '~> 4.2'
+gem 'net-ssh', '~> 5.0'
2018-10-13 21:22:49 +05:30
gem 'sshkey', '~> 1.9'
# Required for ED25519 SSH host key support
group :ed25519 do
- gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 5.0'
+ gem 'ed25519', '~> 1.2'
gem 'bcrypt_pbkdf', '~> 1.0'
end