Skip to content

Commit 6f0a766

Browse files
dependabot[bot]LukasAud
authored andcommitted
Update pathspec requirement from >= 0.2.1, < 2.0.0 to >= 0.2.1, < 3.0.0
Updates the requirements on [pathspec](https://github.com/highb/pathspec-ruby) to permit the latest version. - [Release notes](https://github.com/highb/pathspec-ruby/releases) - [Changelog](https://github.com/highb/pathspec-ruby/blob/master/CHANGELOG.md) - [Commits](highb/pathspec-ruby@0.2.1...1.1.3) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 927c295 commit 6f0a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-modulebuilder.gemspec

Lines changed: 1 addition & 1 deletion
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)