Merge pull request #190 from genebean/dependabot/bundler/metadata-json-lint-3.0.2

Bump metadata-json-lint from 2.4.0 to 3.0.2
This commit is contained in:
Gene Liverman 2022-06-20 23:41:25 -04:00 committed by GitHub
commit 23758a6a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ end
group :development, :unit_tests do
gem 'json', '>= 2.0.2'
gem 'metadata-json-lint', '~> 2.4'
gem 'metadata-json-lint', '~> 3.0'
gem 'puppetlabs_spec_helper', '~> 4.0'
gem 'rspec-puppet', '~> 2.6'
gem 'rubocop', '~> 1.30'

View file

@ -49,13 +49,13 @@ GEM
hiera (3.9.0)
hocon (1.3.1)
json (2.6.2)
json-schema (2.8.1)
addressable (>= 2.4)
json-schema (3.0.0)
addressable (>= 2.8)
jwt (2.2.3)
locale (2.1.3)
log4r (1.1.10)
metadata-json-lint (2.4.0)
json-schema (~> 2.8)
metadata-json-lint (3.0.2)
json-schema (>= 2.8, < 4.0)
spdx-licenses (~> 1.0)
minitar (0.9)
mocha (1.14.0)
@ -68,7 +68,7 @@ GEM
pastel (0.8.0)
tty-color (~> 0.5)
pathspec (1.0.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
puppet (7.17.0)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
@ -210,7 +210,7 @@ PLATFORMS
DEPENDENCIES
json (>= 2.0.2)
metadata-json-lint (~> 2.4)
metadata-json-lint (~> 3.0)
os (~> 1.1)
puppet (>= 7, < 8)
puppet-lint (~> 2.3)