diff options
author | Nick Thomas <nick@gitlab.com> | 2019-02-11 20:39:27 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-02-11 20:44:10 +0000 |
commit | 2b283dd81fbbcbad9e5b6b8ae37f10fb6f9dc01d (patch) | |
tree | 70c6de6a48926865abd966846e0db56374b5a21b /Gemfile | |
parent | a1215556ec6c5ab84862519b82cee99645dad357 (diff) | |
download | gitlab-ce-2b283dd81fbbcbad9e5b6b8ae37f10fb6f9dc01d.tar.gz |
Update sshkey to v2.0.0
This release fixes a bug in handling certain ed25519 keys. For more
details, see this GitHub issue:
https://github.com/bensie/sshkey/issues/34
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ gem 'sys-filesystem', '~> 1.1.6' # SSH host key support gem 'net-ssh', '~> 5.0' -gem 'sshkey', '~> 1.9.0' +gem 'sshkey', '~> 2.0' # Required for ED25519 SSH host key support group :ed25519 do |