Skip to content

Commit

Permalink
Update gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Dec 11, 2024
1 parent 8598c15 commit 1ed9474
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions foreman_kernel_care.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.5.0'

s.add_dependency 'foreman_remote_execution', '>= 1.5.6'
s.add_dependency 'katello', '>= 4.8.0'
s.add_dependency 'foreman_remote_execution', '>= 9.0.0'
s.add_dependency 'katello', '>= 4.15.0'

s.add_development_dependency 'rdoc', '~> 6', '>= 6.3.1'
s.add_development_dependency 'rubocop', '>= 0.87.0'
s.add_development_dependency 'rubocop-rails', '~> 2.8.1'
s.add_development_dependency 'theforeman-rubocop', '~> 0.1.0'
end

0 comments on commit 1ed9474

Please sign in to comment.