From f20ac2edc49a9d1e2d36a88d86841de1360ee167 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Fri, 1 Nov 2024 13:00:41 +0000 Subject: [PATCH] Bump dependency on smart_proxy_dynflow --- 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 431a6c4..433b434 100644 --- a/smart_proxy_ansible.gemspec +++ b/smart_proxy_ansible.gemspec @@ -34,6 +34,6 @@ Gem::Specification.new do |gem| gem.add_development_dependency('logger') gem.add_development_dependency('smart_proxy') gem.add_runtime_dependency('net-ssh') - gem.add_runtime_dependency('smart_proxy_dynflow', '~> 0.8') + gem.add_runtime_dependency('smart_proxy_dynflow', '~> 0.8', '>= 0.10') gem.add_runtime_dependency('smart_proxy_remote_execution_ssh', '~> 0.4') end