Skip to content

Commit

Permalink
Remove warnings for ostruct, csv and syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
parthaa committed Feb 5, 2025
1 parent ab9fbd2 commit 07ff253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hammer_cli_katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Gem::Specification.new do |gem|
gem.version = HammerCLIKatello.version
gem.required_ruby_version = '>= 2.7', '< 4'

gem.add_development_dependency 'csv', '~> 3.2.8'
gem.add_development_dependency 'ostruct', '~> 0.6.0'
gem.add_development_dependency 'syslog', '~> 0.1.2'
gem.add_development_dependency 'theforeman-rubocop', '~> 0.1.0'

gem.add_dependency 'hammer_cli_foreman', '~> 3.9'
Expand Down

0 comments on commit 07ff253

Please sign in to comment.