diff options
author | Rubén Dávila <ruben@gitlab.com> | 2018-02-16 11:32:08 -0500 |
---|---|---|
committer | Rubén Dávila <ruben@gitlab.com> | 2018-02-16 11:32:08 -0500 |
commit | 7044a3a54a4ee4dd45af111727df2ff512db1a22 (patch) | |
tree | 26f5fbbc8d27688f6aa5f6dec4aa6a92aee98d56 /Gemfile.lock | |
parent | 75fd83245450216b0aeec9993455802764eaf87b (diff) | |
download | gitlab-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.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 22c4fc0ef28..8de6c8d80a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -895,6 +895,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + sshkey (1.9.0) stackprof (0.2.10) state_machines (0.4.0) state_machines-activemodel (0.4.0) @@ -1192,6 +1193,7 @@ DEPENDENCIES spring-commands-rspec (~> 1.0.4) spring-commands-spinach (~> 1.1.0) sprockets (~> 3.7.0) + sshkey (~> 1.9.0) stackprof (~> 0.2.10) state_machines-activerecord (~> 0.4.0) sys-filesystem (~> 1.1.6) |