From 4c2f9ab08401274022e032bdaf320f6c81cd4277 Mon Sep 17 00:00:00 2001 From: Pirate Praveen <praveen@debian.org> Date: Tue, 5 Jun 2018 07:26:13 +0200 Subject: [PATCH] [EE] update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable <remy@rymai.me> --- Gemfile | 5 ++--- Gemfile.lock | 12 ++++-------- Gemfile.rails5.lock | 12 ++++-------- 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 43a0b852e9a4..0b1b1f56db2e 100644 --- a/Gemfile +++ b/Gemfile @@ -419,13 +419,12 @@ gem 'sys-filesystem', '~> 1.1.6' gem 'net-ntp' # SSH host key support -gem 'net-ssh', '~> 4.2.0' +gem 'net-ssh', '~> 5.0' gem 'sshkey', '~> 1.9.0' # Required for ED25519 SSH host key support group :ed25519 do - gem 'rbnacl-libsodium' - gem 'rbnacl', '~> 4.0' + gem 'ed25519', '~> 1.2' gem 'bcrypt_pbkdf', '~> 1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 41f5e3bf0acf..4ded0879e68f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,6 +185,7 @@ GEM json-jwt (~> 1.6) dropzonejs-rails (0.7.2) rails (> 3.1) + ed25519 (1.2.4) elasticsearch (5.0.3) elasticsearch-api (= 5.0.3) elasticsearch-transport (= 5.0.3) @@ -534,7 +535,7 @@ GEM mysql2 (0.4.10) net-ldap (0.16.0) net-ntp (2.1.3) - net-ssh (4.2.0) + net-ssh (5.0.1) netrc (0.11.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) @@ -720,10 +721,6 @@ GEM ffi (>= 0.5.0, < 2) rblineprof (0.3.6) debugger-ruby_core_source (~> 1.3) - rbnacl (4.0.2) - ffi - rbnacl-libsodium (1.0.11) - rbnacl (>= 3.0.1) rdoc (6.0.4) re2 (1.1.1) recaptcha (3.0.0) @@ -1041,6 +1038,7 @@ DEPENDENCIES doorkeeper (~> 4.3) doorkeeper-openid_connect (~> 1.3) dropzonejs-rails (~> 0.7.1) + ed25519 (~> 1.2) elasticsearch-api (= 5.0.3) elasticsearch-model (~> 0.1.9) elasticsearch-rails (~> 0.1.9) @@ -1118,7 +1116,7 @@ DEPENDENCIES mysql2 (~> 0.4.10) net-ldap net-ntp - net-ssh (~> 4.2.0) + net-ssh (~> 5.0) nokogiri (~> 1.8.2) oauth2 (~> 1.4) octokit (~> 4.9) @@ -1160,8 +1158,6 @@ DEPENDENCIES rainbow (~> 2.2) raindrops (~> 0.18) rblineprof (~> 0.3.6) - rbnacl (~> 4.0) - rbnacl-libsodium rdoc (~> 6.0) re2 (~> 1.1.1) recaptcha (~> 3.0) diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 9e0b0d2b0bcc..8c74069e2fde 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -187,6 +187,7 @@ GEM json-jwt (~> 1.6) dropzonejs-rails (0.7.4) rails (> 3.1) + ed25519 (1.2.4) elasticsearch (5.0.3) elasticsearch-api (= 5.0.3) elasticsearch-transport (= 5.0.3) @@ -533,7 +534,7 @@ GEM mysql2 (0.4.10) net-ldap (0.16.1) net-ntp (2.1.3) - net-ssh (4.2.0) + net-ssh (5.0.1) netrc (0.11.0) nio4r (2.3.1) nokogiri (1.8.2) @@ -724,10 +725,6 @@ GEM ffi (>= 0.5.0, < 2) rblineprof (0.3.7) debugger-ruby_core_source (~> 1.3) - rbnacl (4.0.2) - ffi - rbnacl-libsodium (1.0.16) - rbnacl (>= 3.0.1) rdoc (6.0.4) re2 (1.1.1) recaptcha (3.4.0) @@ -1046,6 +1043,7 @@ DEPENDENCIES doorkeeper (~> 4.3) doorkeeper-openid_connect (~> 1.3) dropzonejs-rails (~> 0.7.1) + ed25519 (~> 1.2) elasticsearch-api (= 5.0.3) elasticsearch-model (~> 0.1.9) elasticsearch-rails (~> 0.1.9) @@ -1123,7 +1121,7 @@ DEPENDENCIES mysql2 (~> 0.4.10) net-ldap net-ntp - net-ssh (~> 4.2.0) + net-ssh (~> 5.0) nokogiri (~> 1.8.2) oauth2 (~> 1.4) octokit (~> 4.9) @@ -1166,8 +1164,6 @@ DEPENDENCIES rainbow (~> 2.2) raindrops (~> 0.18) rblineprof (~> 0.3.6) - rbnacl (~> 4.0) - rbnacl-libsodium rdoc (~> 6.0) re2 (~> 1.1.1) recaptcha (~> 3.0) -- GitLab