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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-21 03:39:40 +00:00 committed by GitHub
parent aa50854781
commit bf654a0d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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'