From 0f202d9627c33a4801f0cf2c740c0d9abb806b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:18:55 +0000 Subject: [PATCH] Bump puppet-lint-absolute_classname-check from 2.0.0 to 3.0.1 Bumps [puppet-lint-absolute_classname-check](https://github.com/voxpupuli/puppet-lint-absolute_classname-check) from 2.0.0 to 3.0.1. - [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/2.0.0...3.0.1) --- updated-dependencies: - dependency-name: puppet-lint-absolute_classname-check dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e3df1fd..f973bcc 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :development, :unit_tests do # puppet-lint and plugins gem 'puppet-lint', '~> 2.3' - gem 'puppet-lint-absolute_classname-check', '~> 2.0' + gem 'puppet-lint-absolute_classname-check', '~> 3.0' gem 'puppet-lint-absolute_template_path', '~> 1.0' gem 'puppet-lint-empty_string-check', '~> 0.2' gem 'puppet-lint-leading_zero-check', '~> 0.1' diff --git a/Gemfile.lock b/Gemfile.lock index cacc314..9c5b9cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM scanf (~> 1.0) semantic_puppet (~> 1.0) puppet-lint (2.4.2) - puppet-lint-absolute_classname-check (2.0.0) + puppet-lint-absolute_classname-check (3.0.1) puppet-lint (>= 1.0, < 3.0) puppet-lint-absolute_template_path (1.0.1) puppet-lint (>= 1.1, < 3.0) @@ -190,7 +190,7 @@ DEPENDENCIES os (~> 1.1) puppet (>= 7, < 8) puppet-lint (~> 2.3) - puppet-lint-absolute_classname-check (~> 2.0) + puppet-lint-absolute_classname-check (~> 3.0) puppet-lint-absolute_template_path (~> 1.0) puppet-lint-empty_string-check (~> 0.2) puppet-lint-leading_zero-check (~> 0.1)