From 74fea12894e0c25bc068a1f76bc37874af4f2f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:21:39 +0000 Subject: [PATCH] Update pathspec requirement from ~> 1.1 to >= 1.1, < 3.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/1.1.0...2.1.0) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdk.gemspec b/pdk.gemspec index 4374ec25..198de7eb 100644 --- a/pdk.gemspec +++ b/pdk.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| # Other deps spec.add_runtime_dependency 'deep_merge', '~> 1.2.2' spec.add_runtime_dependency 'diff-lcs', '>= 1.5.0' - spec.add_runtime_dependency 'pathspec', '~> 1.1' + spec.add_runtime_dependency 'pathspec', '>= 1.1', '< 3.0' spec.add_runtime_dependency 'puppet_forge', '~> 5.0' spec.metadata['rubygems_mfa_required'] = 'true'