diff options
author | Pirate Praveen <praveen@debian.org> | 2019-07-04 09:06:06 +0200 |
---|---|---|
committer | Pirate Praveen <praveen@debian.org> | 2019-07-04 09:06:06 +0200 |
commit | 152a100a188a7b7abfdaba27ceec8d3156fb6ab5 (patch) | |
tree | 476ec708afa65cb5dfda279d019a3502135af32e /Gemfile.lock | |
parent | d1154dcd2b3b126cc4d6c3bba87c47b6669e697c (diff) | |
download | gitlab-ce-152a100a188a7b7abfdaba27ceec8d3156fb6ab5.tar.gz |
Update net-ssh gem to ~> 5.2
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5b648d43137..8b548c08f92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -515,7 +515,7 @@ GEM mysql2 (0.4.10) nakayoshi_fork (0.0.4) net-ldap (0.16.0) - net-ssh (5.0.1) + net-ssh (5.2.0) netrc (0.11.0) nio4r (2.3.1) nokogiri (1.10.3) @@ -1142,7 +1142,7 @@ DEPENDENCIES mysql2 (~> 0.4.10) nakayoshi_fork (~> 0.0.4) net-ldap - net-ssh (~> 5.0) + net-ssh (~> 5.2) nokogiri (~> 1.10.3) oauth2 (~> 1.4) octokit (~> 4.9) |