Merge "Stop pinning pathspec"

This commit is contained in:
Zuul 2023-02-06 16:57:34 +00:00 committed by Gerrit Code Review
commit 05061a09aa
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'r10k', ['>= 3.0.0']
if RUBY_VERSION < '2.6.0'
spec.add_dependency 'pathspec', ['< 1.0.0']
end
spec.add_dependency 'bolt'
spec.add_dependency 'puppet_litmus'
spec.add_dependency 'serverspec'