Skip to content

Commit

Permalink
Update metadata-json-lint requirement from >= 2.0, < 4 to >= 2.0, < 5
Browse files Browse the repository at this point in the history
Updates the requirements on [metadata-json-lint](https://github.com/voxpupuli/metadata-json-lint) to permit the latest version.
- [Release notes](https://github.com/voxpupuli/metadata-json-lint/releases)
- [Changelog](https://github.com/voxpupuli/metadata-json-lint/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/metadata-json-lint@2.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: metadata-json-lint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 8e95789 commit b50e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_metadata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.md']
s.rdoc_options << '--main' << 'README.md'

s.add_runtime_dependency 'metadata-json-lint', '>= 2.0', '< 4'
s.add_runtime_dependency 'metadata-json-lint', '>= 2.0', '< 5'
s.add_runtime_dependency 'semantic_puppet', '~> 1.0'

s.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit b50e7f0

Please sign in to comment.