Skip to content

Commit

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

gem 'dynflow', git: 'https://github.com/adamruzicka/dynflow', branch: 'kwargs-extravaganza'
2 changes: 1 addition & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rabl"
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 "dynflow", ">= 1.6.1"
gem.add_dependency "activerecord-import"
gem.add_dependency "stomp"
gem.add_dependency "scoped_search", ">= 4.1.9"
Expand Down

0 comments on commit 1e8c698

Please sign in to comment.