Skip to content

Commit

Permalink
Declare compatible with Ruby < 4
Browse files Browse the repository at this point in the history
This helps developers on current Fedora where either Ruby 3.2 (f39) or
Ruby 3.3 (f40) is used.
  • Loading branch information
ekohl authored and chris1984 committed Sep 3, 2024
1 parent 818f25b commit a2797aa
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 @@ -63,7 +63,7 @@ Gem::Specification.new do |gem|
gem.name = 'hammer_cli_katello'
gem.require_paths = ['lib']
gem.version = HammerCLIKatello.version
gem.required_ruby_version = '>= 2.7', '< 3.2'
gem.required_ruby_version = '>= 2.7', '< 4'

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

Expand Down

0 comments on commit a2797aa

Please sign in to comment.