From b32d23cdfd260c7e331ad3f70f86b24b3a729729 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Mon, 5 Jan 2026 14:13:50 +0100 Subject: [PATCH] Allow smart_proxy_dynflow-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 9c02ef8..dad3f43 100644 --- a/smart_proxy_ansible.gemspec +++ b/smart_proxy_ansible.gemspec @@ -28,6 +28,6 @@ Gem::Specification.new do |gem| gem.required_ruby_version = '>= 3.0' gem.add_development_dependency 'rake', '~> 13.0' - gem.add_runtime_dependency('smart_proxy_dynflow', '>= 0.9.4', '< 1.0.0') + gem.add_runtime_dependency('smart_proxy_dynflow', '>= 0.9.4', '< 2.0.0') gem.add_runtime_dependency('smart_proxy_remote_execution_ssh', '>= 0.5.0', '< 2.0.0') end