Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2019-07-04 10:06:06 +0300
committerPirate Praveen <praveen@debian.org>2019-07-04 10:06:06 +0300
commit152a100a188a7b7abfdaba27ceec8d3156fb6ab5 (patch)
tree476ec708afa65cb5dfda279d019a3502135af32e /Gemfile
parentd1154dcd2b3b126cc4d6c3bba87c47b6669e697c (diff)
Update net-ssh gem to ~> 5.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1264d75eac6..a37b65f459c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -419,7 +419,7 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# SSH host key support
-gem 'net-ssh', '~> 5.0'
+gem 'net-ssh', '~> 5.2'
gem 'sshkey', '~> 2.0'
# Required for ED25519 SSH host key support