We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 927c295 + 6f0a766 commit 1a7a0f0Copy full SHA for 1a7a0f0
puppet-modulebuilder.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
spec.require_paths = ['lib']
26
# minitar and pathspec is required for building Puppet modules
27
spec.add_runtime_dependency 'minitar', '~> 0.9'
28
- spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 2.0.0'
+ spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 3.0.0'
29
30
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
31
0 commit comments