Skip to content

Commit

Permalink
Pin foreman-tasks to < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Sep 11, 2024
1 parent 1ba09ed commit 6eabfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rest-client"

gem.add_dependency "rabl"
gem.add_dependency "foreman-tasks", ">= 9.1"
gem.add_dependency "foreman-tasks", ">= 9.2.3", "< 10.0"
gem.add_dependency "foreman_remote_execution", ">= 7.1.0"
gem.add_dependency "dynflow", ">= 1.6.1"
gem.add_dependency "activerecord-import"
Expand Down
2 changes: 1 addition & 1 deletion lib/katello/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Katello
VERSION = "4.14.0.rc2".freeze
VERSION = "4.14.0.rc3".freeze
end

0 comments on commit 6eabfc2

Please sign in to comment.