From c6646a9d7e6224f62b67f0a05cc243d4feda1c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 03:42:14 +0000 Subject: [PATCH] Bump puppet-lint from 2.4.2 to 2.5.2 Bumps [puppet-lint](https://github.com/puppetlabs/puppet-lint) from 2.4.2 to 2.5.2. - [Release notes](https://github.com/puppetlabs/puppet-lint/releases) - [Changelog](https://github.com/puppetlabs/puppet-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/puppetlabs/puppet-lint/compare/2.4.2...2.5.2) --- updated-dependencies: - dependency-name: puppet-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ce184f6..8e2927b 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :development, :unit_tests do gem 'yamllint', '~> 0.0.9' # puppet-lint and plugins - gem 'puppet-lint', '~> 2.3' + gem 'puppet-lint', '~> 2.5' gem 'puppet-lint-absolute_classname-check', '~> 3.0' gem 'puppet-lint-absolute_template_path', '~> 1.0' gem 'puppet-lint-empty_string-check', '~> 0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 044c88d..6aa12ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM puppet-resource_api (~> 1.5) scanf (~> 1.0) semantic_puppet (~> 1.0) - puppet-lint (2.4.2) + puppet-lint (2.5.2) puppet-lint-absolute_classname-check (3.0.1) puppet-lint (>= 1.0, < 3.0) puppet-lint-absolute_template_path (1.0.1) @@ -213,7 +213,7 @@ DEPENDENCIES metadata-json-lint (~> 3.0) os (~> 1.1) puppet (>= 7, < 8) - puppet-lint (~> 2.3) + puppet-lint (~> 2.5) puppet-lint-absolute_classname-check (~> 3.0) puppet-lint-absolute_template_path (~> 1.0) puppet-lint-empty_string-check (~> 0.2)