From e5d9db6459d41640cef24601c1714361b7926857 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 10:34:15 +0000 Subject: [PATCH] Bump puppet-lint-unquoted_string-check from 1.0.0 to 2.0.0 Bumps [puppet-lint-unquoted_string-check](https://github.com/puppet-community/puppet-lint-unquoted_string-check) from 1.0.0 to 2.0.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/1.0.0...2.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2ae8fe4..1e71130 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', '~> 1.0' + gem 'puppet-lint-unquoted_string-check', '~> 2.0' gem 'puppet-lint-variable_contains_upcase', '~> 1.2' end diff --git a/Gemfile.lock b/Gemfile.lock index dd23d64..aee9d3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ 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 (1.0.0) + puppet-lint-unquoted_string-check (2.0.0) puppet-lint (>= 2.1, < 3.0) puppet-lint-variable_contains_upcase (1.2.0) puppet-lint (>= 1.0, < 3.0) @@ -177,7 +177,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 (~> 1.0) + puppet-lint-unquoted_string-check (~> 2.0) puppet-lint-variable_contains_upcase (~> 1.2) puppetlabs_spec_helper (~> 2.3) r10k (~> 3.4)