We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b489d6 commit 5863d3bCopy full SHA for 5863d3b
puppetlabs_spec_helper.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
30
31
spec.add_runtime_dependency 'mocha', '~> 1.0'
32
- spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
+ spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 3'
33
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
34
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'
35
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
0 commit comments