Skip to content

Commit

Permalink
Fixes #36423 - Relax dependency on REX
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka authored and evgeni committed May 22, 2023
1 parent 6da5658 commit 921de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|

s.add_dependency 'acts_as_list', '~> 1.0.3'
s.add_dependency 'deface', '< 2.0'
s.add_dependency 'foreman_remote_execution', '~> 9.0'
s.add_dependency 'foreman_remote_execution', '>= 9.0', '< 11'
s.add_dependency 'foreman-tasks', '>= 7.0', '< 9'
end

0 comments on commit 921de1e

Please sign in to comment.