Stop pinning pathspec

The library was pinned due to Ruby 2.6 in CentOS 8[1], but we no longer
use this os version in our tests.

[1] 58526da21b

Change-Id: If0c76ea2772dccecdaca25414d00a5b438faab8a
This commit is contained in:
Takashi Kajinami 2023-02-01 10:18:57 +09:00
parent 088cebfd82
commit 5c7f5d0388
1 changed files with 0 additions and 4 deletions

View File

@ -46,10 +46,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'