summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2018-02-16 11:32:08 -0500
committerRubén Dávila <ruben@gitlab.com>2018-02-16 11:32:08 -0500
commit7044a3a54a4ee4dd45af111727df2ff512db1a22 (patch)
tree26f5fbbc8d27688f6aa5f6dec4aa6a92aee98d56 /Gemfile
parent75fd83245450216b0aeec9993455802764eaf87b (diff)
downloadgitlab-ce-7044a3a54a4ee4dd45af111727df2ff512db1a22.tar.gz
Validate SSH keys through the sshkey gemrd-40552-gitlab-should-check-if-keys-are-valid-before-saving
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 880ed483c34..a05ca23f5eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -401,6 +401,7 @@ gem 'sys-filesystem', '~> 1.1.6'
# SSH host key support
gem 'net-ssh', '~> 4.1.0'
+gem 'sshkey', '~> 1.9.0'
# Required for ED25519 SSH host key support
group :ed25519 do