Skip to content

Commit

Permalink
Release Katello 4.14.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Sep 11, 2024
1 parent 1ba09ed commit ca90869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ 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_remote_execution", ">= 7.1.0"
gem.add_dependency "foreman-tasks", ">= 9.2.3", "< 10.0"
gem.add_dependency "foreman_remote_execution", ">= 13.2.5", "< 14.0.0"
gem.add_dependency "dynflow", ">= 1.6.1"
gem.add_dependency "activerecord-import"
gem.add_dependency "stomp"
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 ca90869

Please sign in to comment.