Skip to content

Commit

Permalink
Run tests with foreman-tasks kwargs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Feb 6, 2024
1 parent 1e8c698 commit 70662a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Dir[File.join(__dir__, 'gemfile.d', '*.rb')].each do |bundle|
end

gem 'dynflow', git: 'https://github.com/adamruzicka/dynflow', branch: 'kwargs-extravaganza'
gem 'foreman-tasks', git: 'https://github.com/ofedoren/foreman-tasks', branch: 'feat-37103-kwargs-compat'
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", ">= 5.0"
# gem.add_dependency "foreman-tasks", ">= 5.0"
gem.add_dependency "foreman_remote_execution", ">= 7.1.0"
# gem.add_dependency "dynflow", ">= 1.6.1"
gem.add_dependency "activerecord-import"
Expand Down

0 comments on commit 70662a0

Please sign in to comment.