We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927c295 commit 6f0a766Copy full SHA for 6f0a766
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