From 99c831f3541902c1dc9c6ad5c97fdf48cec3dfab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:36:01 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cfd861a..9e72dd2 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 21bffeb..57f21d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,8 +96,8 @@ GEM puppet-lint (>= 1.0, < 3.0) puppet-lint-undef_in_function-check (0.2.1) puppet-lint (>= 1.0, < 3.0) - puppet-lint-unquoted_string-check (2.1.0) - puppet-lint (>= 2.1, < 3.0) + puppet-lint-unquoted_string-check (2.2.0) + puppet-lint (>= 2.1, < 4) puppet-lint-variable_contains_upcase (1.3.0) puppet-lint (>= 1.0, < 4) puppet-resource_api (1.8.14) @@ -210,7 +210,7 @@ DEPENDENCIES puppet-lint-spaceship_operator_without_tag-check (~> 0.1) puppet-lint-trailing_newline-check (~> 1.1) puppet-lint-undef_in_function-check (~> 0.2) - puppet-lint-unquoted_string-check (~> 2.1) + puppet-lint-unquoted_string-check (~> 2.2) puppet-lint-variable_contains_upcase (~> 1.3) puppetlabs_spec_helper (~> 4.0) r10k (~> 3.15)