Skip to content

Commit e687387

Browse files
committed
minitar: Allow 1.x
1 parent 2a5a267 commit e687387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-modulebuilder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2525
spec.require_paths = ['lib']
2626
# minitar and pathspec is required for building Puppet modules
27-
spec.add_runtime_dependency 'minitar', '~> 0.9'
27+
spec.add_runtime_dependency 'minitar', '>= 0.9', '< 2'
2828
spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 3.0.0'
2929

3030
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'

0 commit comments

Comments
 (0)