Skip to content

Commit 1a7a0f0

Browse files
authored
Merge pull request #82 from puppetlabs/dependabot/bundler/pathspec-gte-0.2.1-and-lt-3.0.0
Update pathspec requirement from >= 0.2.1, < 2.0.0 to >= 0.2.1, < 3.0.0
2 parents 927c295 + 6f0a766 commit 1a7a0f0

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
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
# minitar and pathspec is required for building Puppet modules
2727
spec.add_runtime_dependency 'minitar', '~> 0.9'
28-
spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 2.0.0'
28+
spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 3.0.0'
2929

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

0 commit comments

Comments
 (0)