Skip to content

Commit

Permalink
I'm out of ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 6, 2024
1 parent 1360f42 commit b096a87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source 'https://rubygems.org'

# 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'

gemspec

Dir[File.join(__dir__, 'gemfile.d', '*.rb')].each do |bundle|
Expand Down
4 changes: 2 additions & 2 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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"
gem.add_dependency "foreman_remote_execution", ">= 7.1.0"
# gem.add_dependency "dynflow", ">= 1.6.1"
gem.add_dependency "dynflow"
gem.add_dependency "activerecord-import"
gem.add_dependency "stomp"
gem.add_dependency "scoped_search", ">= 4.1.9"
Expand Down

0 comments on commit b096a87

Please sign in to comment.