Bump puppet-lint-unquoted_string-check from 2.1.0 to 2.2.0

Bumps [puppet-lint-unquoted_string-check](https://github.com/puppet-community/puppet-lint-unquoted_string-check) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/puppet-community/puppet-lint-unquoted_string-check/releases)
- [Changelog](https://github.com/voxpupuli/puppet-lint-unquoted_string-check/blob/master/CHANGELOG.md)
- [Commits](https://github.com/puppet-community/puppet-lint-unquoted_string-check/compare/2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: puppet-lint-unquoted_string-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-20 16:36:01 +00:00 committed by GitHub
parent ac758b3742
commit 99c831f354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -40,6 +40,6 @@ group :development, :unit_tests do
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1'
gem 'puppet-lint-trailing_newline-check', '~> 1.1'
gem 'puppet-lint-undef_in_function-check', '~> 0.2'
gem 'puppet-lint-unquoted_string-check', '~> 2.1'
gem 'puppet-lint-unquoted_string-check', '~> 2.2'
gem 'puppet-lint-variable_contains_upcase', '~> 1.3'
end