File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -339,8 +339,7 @@ def release_name
339
339
# header format.
340
340
#
341
341
# POSIX.1-2001 (which allows paths of infinite length) was adopted by GNU
342
- # tar in 2004 and is supported by minitar 0.7 and above. Unfortunately
343
- # much of the Puppet ecosystem still uses minitar 0.6.1.
342
+ # tar in 2004 and is supported by minitar 0.7 and above.
344
343
#
345
344
# POSIX.1-1998 tar format does not allow for paths greater than 256 bytes,
346
345
# or paths that can't be split into a prefix of 155 bytes (max) and
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
25
25
spec . require_paths = [ 'lib' ]
26
26
# 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 '
28
28
spec . add_runtime_dependency 'pathspec' , '>= 0.2.1' , '< 3.0.0'
29
29
30
30
spec . add_development_dependency 'voxpupuli-rubocop' , '~> 2.8.0'
You can’t perform that action at this time.
0 commit comments