mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Bump metadata-json-lint from 2.0.2 to 2.2.0
Bumps [metadata-json-lint](https://github.com/voxpupuli/metadata-json-lint) from 2.0.2 to 2.2.0. - [Release notes](https://github.com/voxpupuli/metadata-json-lint/releases) - [Changelog](https://github.com/voxpupuli/metadata-json-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/metadata-json-lint/compare/2.0.2...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
781bf8bbf7
commit
354395ed36
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,7 +19,7 @@ end
|
||||||
|
|
||||||
group :development, :unit_tests do
|
group :development, :unit_tests do
|
||||||
gem 'json', '>= 2.0.2'
|
gem 'json', '>= 2.0.2'
|
||||||
gem 'metadata-json-lint', '~> 2.0'
|
gem 'metadata-json-lint', '~> 2.2'
|
||||||
gem 'puppetlabs_spec_helper', '~> 2.3'
|
gem 'puppetlabs_spec_helper', '~> 2.3'
|
||||||
gem 'rspec-puppet', '~> 2.6'
|
gem 'rspec-puppet', '~> 2.6'
|
||||||
gem 'rubocop', '~> 0.50'
|
gem 'rubocop', '~> 0.50'
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -2,8 +2,8 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
CFPropertyList (2.3.5)
|
CFPropertyList (2.3.5)
|
||||||
addressable (2.5.2)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.3.0)
|
ast (2.3.0)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
cri (2.6.1)
|
cri (2.6.1)
|
||||||
|
|
@ -28,12 +28,12 @@ GEM
|
||||||
hiera (3.4.2)
|
hiera (3.4.2)
|
||||||
hitimes (1.2.6)
|
hitimes (1.2.6)
|
||||||
json (2.1.0)
|
json (2.1.0)
|
||||||
json-schema (2.8.0)
|
json-schema (2.8.1)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
locale (2.1.2)
|
locale (2.1.2)
|
||||||
log4r (1.1.10)
|
log4r (1.1.10)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
metadata-json-lint (2.0.2)
|
metadata-json-lint (2.2.0)
|
||||||
json-schema (~> 2.8)
|
json-schema (~> 2.8)
|
||||||
spdx-licenses (~> 1.0)
|
spdx-licenses (~> 1.0)
|
||||||
minitar (0.6.1)
|
minitar (0.6.1)
|
||||||
|
|
@ -50,7 +50,7 @@ GEM
|
||||||
equatable (~> 0.5.0)
|
equatable (~> 0.5.0)
|
||||||
tty-color (~> 0.4.0)
|
tty-color (~> 0.4.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
public_suffix (3.0.0)
|
public_suffix (4.0.1)
|
||||||
puppet (5.3.2)
|
puppet (5.3.2)
|
||||||
facter (> 2.0, < 4)
|
facter (> 2.0, < 4)
|
||||||
gettext-setup (>= 0.10, < 1)
|
gettext-setup (>= 0.10, < 1)
|
||||||
|
|
@ -133,7 +133,7 @@ GEM
|
||||||
rugged (0.26.0)
|
rugged (0.26.0)
|
||||||
semantic_puppet (0.1.4)
|
semantic_puppet (0.1.4)
|
||||||
gettext-setup (>= 0.3)
|
gettext-setup (>= 0.3)
|
||||||
spdx-licenses (1.1.0)
|
spdx-licenses (1.2.0)
|
||||||
text (1.3.1)
|
text (1.3.1)
|
||||||
timers (4.1.2)
|
timers (4.1.2)
|
||||||
hitimes
|
hitimes
|
||||||
|
|
@ -167,7 +167,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
json (>= 2.0.2)
|
json (>= 2.0.2)
|
||||||
metadata-json-lint (~> 2.0)
|
metadata-json-lint (~> 2.2)
|
||||||
os (~> 1.0)
|
os (~> 1.0)
|
||||||
puppet (>= 5, < 6)
|
puppet (>= 5, < 6)
|
||||||
puppet-lint (~> 2.3)
|
puppet-lint (~> 2.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue