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