Skip to content

Commit

Permalink
Mark compatible with foreman_remote_execution 12.x (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Dec 5, 2023
1 parent ee758bf commit e0be5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_salt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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', '< 12'
s.add_dependency 'foreman_remote_execution', '>= 9.0', '< 13'
s.add_dependency 'foreman-tasks', '>= 7.0', '< 10'
s.add_development_dependency 'theforeman-rubocop', '~> 0.0.6'
end

0 comments on commit e0be5c6

Please sign in to comment.