Skip to content

Commit

Permalink
make theforeman-rubocop a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Aug 22, 2024
1 parent c53c59a commit 818f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer_cli_katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |gem|
gem.version = HammerCLIKatello.version
gem.required_ruby_version = '>= 2.7', '< 3.2'

gem.add_dependency 'theforeman-rubocop', '~> 0.1.0'
gem.add_development_dependency 'theforeman-rubocop', '~> 0.1.0'

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

0 comments on commit 818f25b

Please sign in to comment.