We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a267 commit e687387Copy full SHA for e687387
puppet-modulebuilder.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
spec.require_paths = ['lib']
26
# minitar and pathspec is required for building Puppet modules
27
- spec.add_runtime_dependency 'minitar', '~> 0.9'
+ spec.add_runtime_dependency 'minitar', '>= 0.9', '< 2'
28
spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 3.0.0'
29
30
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
0 commit comments