commit | 123a218256e70f92ac42937e79d54c40d56d9a2e | [log] [tgz] |
---|---|---|
author | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Wed Jan 11 15:48:34 2023 +0400 |
committer | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Wed Jan 11 16:12:11 2023 +0400 |
tree | f5a2332a134bce092c22412b8b4f491c51b1450f | |
parent | b564ae1d0a187ef0cd5ce48d826f2412e120c984 [diff] |
Cap minimum version of net-ssh gem Version 3.2.0 non-compatible with several other deps PROD-37075 Change-Id: Ie98c0115788133637ddbbb5778ba1f5dc66bb118
diff --git a/Gemfile b/Gemfile index 68c8823..49e6ca0 100644 --- a/Gemfile +++ b/Gemfile
@@ -1,5 +1,6 @@ source 'https://rubygems.org' ruby '>=2.4.0' +gem 'net-ssh', '>4.0' gem 'rake' gem 'test-kitchen', '<2.0.0' if File.exist?('.kitchen.openstack.yml') then