From 8afddb114c1011e9fa2e4b17331d16a90bde1974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 10:01:39 +0000 Subject: [PATCH] Bump puppet-lint-absolute_classname-check from 3.0.1 to 3.1.0 Bumps [puppet-lint-absolute_classname-check](https://github.com/voxpupuli/puppet-lint-absolute_classname-check) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/releases) - [Changelog](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: puppet-lint-absolute_classname-check dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7137acf..5e48977 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :development, :unit_tests do # puppet-lint and plugins gem 'puppet-lint', '~> 2.5' - gem 'puppet-lint-absolute_classname-check', '~> 3.0' + gem 'puppet-lint-absolute_classname-check', '~> 3.1' gem 'puppet-lint-absolute_template_path', '~> 1.0' gem 'puppet-lint-empty_string-check', '~> 1.0' gem 'puppet-lint-leading_zero-check', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 84434ef..e39360e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,8 +93,8 @@ GEM scanf (~> 1.0) semantic_puppet (~> 1.0) puppet-lint (2.5.2) - puppet-lint-absolute_classname-check (3.0.1) - puppet-lint (>= 1.0, < 3.0) + puppet-lint-absolute_classname-check (3.1.0) + puppet-lint (>= 1.0, < 4) puppet-lint-absolute_template_path (1.0.1) puppet-lint (>= 1.1, < 3.0) puppet-lint-empty_string-check (1.0.0) @@ -214,7 +214,7 @@ DEPENDENCIES os (~> 1.1) puppet (>= 7, < 8) puppet-lint (~> 2.5) - puppet-lint-absolute_classname-check (~> 3.0) + puppet-lint-absolute_classname-check (~> 3.1) puppet-lint-absolute_template_path (~> 1.0) puppet-lint-empty_string-check (~> 1.0) puppet-lint-leading_zero-check (~> 1.0)