From 4fa6ed3a90f10c8bc0cfba3241ed62c9924382f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 13:01:01 +0000 Subject: [PATCH] Update puppet-lint-trailing_comma-check requirement from ~> 0.4.1 to ~> 1.0.0 Updates the requirements on [puppet-lint-trailing_comma-check](https://github.com/voxpupuli/puppet-lint-trailing_comma-check) to permit the latest version. - [Release notes](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/releases) - [Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.1...1.0.0) --- updated-dependencies: - dependency-name: puppet-lint-trailing_comma-check dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3d91a6f..1fd04ba 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'puppet-lint-classes_and_types_beginning_with_digits-check', '~> 1.0' gem 'puppet-lint-leading_zero-check', '~> 1.0' gem 'puppet-lint-legacy_facts-check', '~> 1.0', '>= 1.0.4' gem 'puppet-lint-top_scope_facts-check', '~> 1.0' -gem 'puppet-lint-trailing_comma-check', '~> 0.4.1' +gem 'puppet-lint-trailing_comma-check', '~> 1.0.0' gem 'puppet-lint-unquoted_string-check', '~> 2.0' gem 'puppet-lint-variable_contains_upcase', '~> 1.2' gem 'puppet-lint-version_comparison-check', '~> 1.0'