Skip to content

Commit

Permalink
Update pathspec requirement from ~> 1.1 to >= 1.1, < 3.0
Browse files Browse the repository at this point in the history
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@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 158b3e8 commit 475a74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 475a74c

Please sign in to comment.