Skip to content

Commit

Permalink
pin rake to 10.x as newer make the tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 25, 2024
1 parent 94424c3 commit 77349dc
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 @@ -73,7 +73,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'minitest', '4.7.4'
gem.add_development_dependency 'minitest-spec-context', '~> 0.0.5'
gem.add_development_dependency 'mocha', '~> 2.0'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'rubocop', '0.42'
gem.add_development_dependency 'rubocop-checkstyle_formatter', '~> 0.4'
gem.add_development_dependency 'thor', '~> 1.0'
Expand Down

0 comments on commit 77349dc

Please sign in to comment.