Relax net-ssh version

This commit is contained in:
Pirate Praveen 2018-10-13 21:22:49 +05:30
parent ad34c02a21
commit 703dbc9023
2 changed files with 12 additions and 0 deletions

11
debian/patches/0510-relax-net-ssh.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -386,7 +386,7 @@
gem 'sys-filesystem', '~> 1.1', '>= 1.1.6'
# SSH host key support
-gem 'net-ssh', '~> 4.2'
+gem 'net-ssh', '>= 4.2'
gem 'sshkey', '~> 1.9'
# Required for ED25519 SSH host key support

View file

@ -24,3 +24,4 @@ relax-ruby-version.pacth
fix-8-to-10-migration.patch
0025-Relax-recaptcha-version.patch
0500-relax-dropzonejs-rails.patch
0510-relax-net-ssh.patch