From 6f0a7663da89b1d7903611a590574de340cbc29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:51:00 +0000 Subject: [PATCH] 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](https://github.com/highb/pathspec-ruby/compare/0.2.1...1.1.3) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- puppet-modulebuilder.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-modulebuilder.gemspec b/puppet-modulebuilder.gemspec index 930a396..a8c933d 100644 --- a/puppet-modulebuilder.gemspec +++ b/puppet-modulebuilder.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # minitar and pathspec is required for building Puppet modules spec.add_runtime_dependency 'minitar', '~> 0.9' - spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 2.0.0' + spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 3.0.0' spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'