diff --git a/foreman_salt.gemspec b/foreman_salt.gemspec index 8c7c4a3..9950117 100644 --- a/foreman_salt.gemspec +++ b/foreman_salt.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.test_files = Dir['test/**/*'] s.add_dependency 'deface', '< 2.0' - s.add_dependency 'foreman_remote_execution', '>= 9.0', '< 13' + s.add_dependency 'foreman_remote_execution', '>= 9.0', '< 14' s.add_dependency 'foreman-tasks', '>= 7.0', '< 10' s.add_development_dependency 'theforeman-rubocop', '~> 0.0.6' end