From df04a6446c16c7a5875e5aa5401133d10b93be23 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Fri, 19 Dec 2025 14:26:31 +0100 Subject: [PATCH] Also allow sp-rex-ssh 1.y.z --- smart_proxy_ansible.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_proxy_ansible.gemspec b/smart_proxy_ansible.gemspec index 185ccb9..d81ce27 100644 --- a/smart_proxy_ansible.gemspec +++ b/smart_proxy_ansible.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rake', '~> 13.0' gem.add_runtime_dependency('smart_proxy_dynflow', '~> 0.8') - gem.add_runtime_dependency('smart_proxy_remote_execution_ssh', '~> 0.5') + gem.add_runtime_dependency('smart_proxy_remote_execution_ssh', '>= 0.5.0', '< 2.0.0') end