From a096b59a197c0c8ef22dc94e8a1bbde75926354e Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 9 Jun 2024 22:19:38 -0400 Subject: [PATCH] Make metadata-json-lint into an implicit dependency Renovate pushes gems to newer major versions, but that has caused a dependency issue with voxpupuli-test. this latter gem is the one we directly use for tests and it indirectly pulls in metadata-json-lint with the version that it wants to use. --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8822fc0..69c72be 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ gem 'rake' group :tests do gem 'facter', '>= 2.4.0' - gem 'metadata-json-lint', '~> 4.0' # Use info from metadata.json for tests gem 'puppetlabs_spec_helper', '>= 0.10.0' gem 'puppet-lint', '>= 2.3.0'