From 3ace937b5725bc35b296a2304fc6b8245ff4589b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:02:29 +0000 Subject: [PATCH] Update puppet-syntax requirement from ~> 3.2.0 to ~> 3.3.0 Updates the requirements on [puppet-syntax](https://github.com/gds-operations/puppet-syntax) to permit the latest version. - [Release notes](https://github.com/gds-operations/puppet-syntax/releases) - [Changelog](https://github.com/voxpupuli/puppet-syntax/blob/master/CHANGELOG.md) - [Commits](https://github.com/gds-operations/puppet-syntax/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: puppet-syntax 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 37e3d77..77ad386 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'puppet-lint-variable_contains_upcase', '~> 1.2' gem 'puppet-lint-version_comparison-check', '~> 1.0' gem 'puppet-lint', '~> 2.4' gem 'puppet-strings', '~> 2.6' -gem 'puppet-syntax', '~> 3.2.0' +gem 'puppet-syntax', '~> 3.3.0' gem 'puppet', '~> 7.5' gem 'puppetlabs_spec_helper', '~> 5.0' gem 'r10k', '~> 3.8'