diff --git a/gemfile.d/test.rb b/gemfile.d/test.rb index a4e052f4d5e..cf2e233ed98 100644 --- a/gemfile.d/test.rb +++ b/gemfile.d/test.rb @@ -1,4 +1,7 @@ group :test do gem "vcr", "~> 6.1" gem 'theforeman-rubocop', '~> 0.0.6', require: false + # TODO: Remove it, just to test the changes. + gem 'dynflow', git: 'https://github.com/adamruzicka/dynflow.git', branch: 'kwargs-extravaganza' + gem 'foreman-tasks', git: 'https://github.com/ofedoren/foreman-tasks.git', branch: 'feat-37103-kwargs-compat' end