From bf654a0d08bb7729883bf3e40573c8fcbe3f9846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 03:39:40 +0000 Subject: [PATCH] Bump puppet-lint-empty_string-check from 0.2.2 to 1.0.0 Bumps [puppet-lint-empty_string-check](https://github.com/voxpupuli/puppet-lint-empty_string-check) from 0.2.2 to 1.0.0. - [Release notes](https://github.com/voxpupuli/puppet-lint-empty_string-check/releases) - [Changelog](https://github.com/voxpupuli/puppet-lint-empty_string-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/puppet-lint-empty_string-check/compare/0.2.2...1.0.0) --- updated-dependencies: - dependency-name: puppet-lint-empty_string-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 f72fbed..1e3b1af 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ group :development, :unit_tests do gem 'puppet-lint', '~> 2.3' 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-empty_string-check', '~> 1.0' gem 'puppet-lint-leading_zero-check', '~> 0.1' gem 'puppet-lint-resource_reference_syntax', '~> 1.1' gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1' diff --git a/Gemfile.lock b/Gemfile.lock index a937fb9..be64fb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM puppet-lint (>= 1.0, < 3.0) puppet-lint-absolute_template_path (1.0.1) puppet-lint (>= 1.1, < 3.0) - puppet-lint-empty_string-check (0.2.2) + puppet-lint-empty_string-check (1.0.0) puppet-lint (>= 1.0, < 3.0) puppet-lint-leading_zero-check (0.1.1) puppet-lint (>= 1.0, < 3.0) @@ -216,7 +216,7 @@ DEPENDENCIES puppet-lint (~> 2.3) puppet-lint-absolute_classname-check (~> 3.0) puppet-lint-absolute_template_path (~> 1.0) - puppet-lint-empty_string-check (~> 0.2) + puppet-lint-empty_string-check (~> 1.0) puppet-lint-leading_zero-check (~> 0.1) puppet-lint-resource_reference_syntax (~> 1.1) puppet-lint-spaceship_operator_without_tag-check (~> 0.1)