Skip to content

Commit

Permalink
Bump version 11.0.0
Browse files Browse the repository at this point in the history
Bump foreman_remote_execution to 9.0.0
  • Loading branch information
nofaralfasi authored and Ron-Lavi committed Jan 8, 2023
1 parent 860b50c commit 90c00b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions foreman_ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/foreman_ansible/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90c00b6

Please sign in to comment.