From 475a74c74cd2ffc1358e1a24eec2a53f122986d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:27:34 +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...1.1.3) --- 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 7915e1e13..21d99cae5 100644 --- a/pdk.gemspec +++ b/pdk.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'json_pure', '~> 2.6.3' spec.add_runtime_dependency 'json-schema', '~> 4.0' spec.add_runtime_dependency 'minitar', '~> 0.8' - spec.add_runtime_dependency 'pathspec', '~> 1.1' + spec.add_runtime_dependency 'pathspec', '>= 1.1', '< 3.0' spec.add_runtime_dependency 'tty-prompt', '~> 0.23' spec.add_runtime_dependency 'tty-spinner', '~> 0.9' spec.add_runtime_dependency 'tty-which', '~> 0.5'