Fix pin of pathspec in CentOS 9 Stream

Change-Id: I0957f65f9e20e519fd044c9574407ef2deb25711
This commit is contained in:
Takashi Kajinami 2022-04-07 22:51:20 +09:00
parent 5ab66cc0fa
commit 2b1b5641e0
1 changed files with 3 additions and 2 deletions

View File

@ -46,8 +46,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'r10k', ['>= 3.0.0']
pathspec_version = RUBY_VERSION < '2.6.0' ? ['< 1.0.0'] : ['>= 1.0.0']
spec.add_dependency 'pathspec', pathspec_version
if RUBY_VERSION < '2.6.0'
spec.add_dependency 'pathspec', ['< 1.0.0']
end
spec.add_dependency 'bolt'
spec.add_dependency 'puppet_litmus'