Skip to content

Commit

Permalink
Merge pull request #18 from bastelfreak/json
Browse files Browse the repository at this point in the history
metadata-json-lint: Allow 3.x
  • Loading branch information
ekohl committed Jul 30, 2021
2 parents f342dd1 + f540022 commit 226b4bc
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 @@ -15,7 +15,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'
s.add_runtime_dependency 'metadata-json-lint', '>= 2.0', '< 4'
s.add_runtime_dependency 'semantic_puppet', '~> 1.0'

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

0 comments on commit 226b4bc

Please sign in to comment.