Skip to content

Commit

Permalink
Merge pull request #82 from puppetlabs/dependabot/bundler/pathspec-gt…
Browse files Browse the repository at this point in the history
…e-0.2.1-and-lt-3.0.0

Update pathspec requirement from >= 0.2.1, < 2.0.0 to >= 0.2.1, < 3.0.0
  • Loading branch information
LukasAud authored Jul 19, 2024
2 parents 927c295 + 6f0a766 commit 1a7a0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-modulebuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 1a7a0f0

Please sign in to comment.