Skip to content

Commit

Permalink
Use updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 6, 2024
1 parent a9bfaf5 commit f44ed28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
plugin: katello
postgresql_container: ghcr.io/theforeman/postgresql-evr
test_existing_database: false
foreman_version: 'test-dyn'
2 changes: 2 additions & 0 deletions gemfile.d/test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
group :test do
gem "vcr", "~> 6.1"
gem 'theforeman-rubocop', '~> 0.0.6', require: false
# TODO: Remove it, just to test the changes.
gem 'foreman-tasks', git: 'https://github.com/ofedoren/foreman-tasks.git', branch: 'feat-37103-kwargs-compat'
end
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 f44ed28

Please sign in to comment.