diff --git a/foreman_ansible.gemspec b/foreman_ansible.gemspec index 9de6d13f8..f55af745c 100644 --- a/foreman_ansible.gemspec +++ b/foreman_ansible.gemspec @@ -20,8 +20,6 @@ Gem::Specification.new do |s| s.add_dependency 'acts_as_list', '~> 1.0.3' s.add_dependency 'deface', '< 2.0' - # foreman_remote_execution 9.0 requires Foreman 3.6+, while - # foreman_ansible still works with 3.5+, so we allow 8.x and 9.x - s.add_dependency 'foreman_remote_execution', '>= 8.0', '< 10' + s.add_dependency 'foreman_remote_execution', '~> 9.0' s.add_dependency 'foreman-tasks', '~> 7.0' end diff --git a/lib/foreman_ansible/version.rb b/lib/foreman_ansible/version.rb index 2d0dae164..d6dd68bf6 100644 --- a/lib/foreman_ansible/version.rb +++ b/lib/foreman_ansible/version.rb @@ -4,5 +4,5 @@ # This way other parts of Foreman can just call ForemanAnsible::VERSION # and detect what version the plugin is running. module ForemanAnsible - VERSION = '10.2.0' + VERSION = '11.0.0' end